Results

By type

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

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

2022-07-13T10:26:31.680Z||main|||||INFO|500||The following profiles are active: basic
2022-07-13T10:26:43.110Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-13T10:26:43.111Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-13T10:26:43.231Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-13T10:26:47.196Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-13T10:26:47.672Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-13T10:26:48.180Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-13T10:26:48.188Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-13T10:26:48.303Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-13T10:26:48.545Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-13T10:26:49.107Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-13T10:26:51.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-13T10:26:53.575Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-13T10:26:53.633Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-13T10:26:54.221Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-13T10:26:54.570Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-13T10:26:55.775Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-13T10:26:56.820Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-13T10:26:56.838Z||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$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-13T10:26:56.838Z||main|||||WARN|500||The sdc end point is not alive
2022-07-13T10:26:59.771Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-13T10:27:02.792Z||main|||||WARN|500||---
2022-07-13T10:27:02.792Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-13T10:27:02.793Z||main|||||WARN|500||---
2022-07-13T10:27:03.251Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-13T10:27:08.127Z||main|||||INFO|500||Started Application in 39.705 seconds (JVM running for 41.983)
2022-07-13T10:27:08.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:27:08.145Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:27:08.158Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:27:08.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:27:08.230Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e66f412-9a1d-43bb-9eb8-57c39fd5e925 url= /sdc/v1/artifactTypes
2022-07-13T10:27:08.231Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:27:09.324Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-13T10:27:09.329Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e34af2a
2022-07-13T10:27:09.329Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:27:09.347Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:27:09.349Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:27:09.352Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-13T10:27:58.121Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:27:58.125Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:27:58.126Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:27:58.134Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:27:58.143Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a2f554d-c42c-4470-b94f-bd92e76c89e4 url= /sdc/v1/artifactTypes
2022-07-13T10:27:58.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:27:59.180Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-13T10:27:59.181Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cd6b6d7
2022-07-13T10:27:59.181Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:27:59.181Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:27:59.182Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:27:59.182Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-13T10:28:48.121Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:28:48.123Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:28:48.124Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:28:48.128Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:28:48.133Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e05c7d3d-0e93-4f28-8189-54c9434c7efe url= /sdc/v1/artifactTypes
2022-07-13T10:28:48.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:28:49.170Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-13T10:28:49.172Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@580142c8
2022-07-13T10:28:49.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:28:49.173Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:28:49.176Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:28:49.177Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-13T10:29:38.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:29:38.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:29:38.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:29:38.125Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:29:38.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fde31a81-4c10-4ee7-bc31-1dcc1bb4b8c7 url= /sdc/v1/artifactTypes
2022-07-13T10:29:38.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:29:39.148Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:29:39.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2aef0227
2022-07-13T10:29:39.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:29:39.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:29:39.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:29:39.150Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:30:28.121Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:30:28.122Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:30:28.124Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:30:28.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:30:28.132Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3dbde8e-e28e-49e6-993c-399d0638d0a1 url= /sdc/v1/artifactTypes
2022-07-13T10:30:28.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:30:29.164Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:30:29.164Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a80d022
2022-07-13T10:30:29.164Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:30:29.165Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:30:29.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:30:29.166Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:31:18.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:31:18.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:31:18.120Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:31:18.123Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:31:18.129Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f02a3a93-69b5-4921-920b-36be95e9d00d url= /sdc/v1/artifactTypes
2022-07-13T10:31:18.129Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:31:19.147Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:31:19.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1796298e
2022-07-13T10:31:19.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:31:19.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:31:19.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:31:19.150Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:32:08.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:32:08.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:32:08.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:32:08.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:32:08.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9c7838a-96ff-430b-8580-afd62c742e4f url= /sdc/v1/artifactTypes
2022-07-13T10:32:08.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:32:09.163Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:32:09.164Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9f94606
2022-07-13T10:32:09.164Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:32:09.165Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:32:09.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:32:09.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$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:32:58.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:32:58.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:32:58.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:32:58.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:32:58.132Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3214af32-767f-424e-907e-fa49db709508 url= /sdc/v1/artifactTypes
2022-07-13T10:32:58.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:32:59.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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:32:59.184Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@336fe5e6
2022-07-13T10:32:59.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:32:59.184Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:32:59.185Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:32:59.185Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:33:48.120Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:33:48.122Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:33:48.123Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:33:48.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:33:48.132Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 368204f8-e3df-4a78-a5dc-0d27a3e3a098 url= /sdc/v1/artifactTypes
2022-07-13T10:33:48.132Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:33:49.169Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:33:49.170Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fd2cecd
2022-07-13T10:33:49.170Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:33:49.171Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:33:49.171Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:33:49.172Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:34:38.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:34:38.121Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:34:38.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:34:38.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:34:38.129Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c709e61-8403-4e1c-8247-9a757157bf86 url= /sdc/v1/artifactTypes
2022-07-13T10:34:38.129Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:34:39.148Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:34:39.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21d22a55
2022-07-13T10:34:39.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:34:39.150Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:34:39.150Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:34:39.151Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:35:28.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:35:28.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:35:28.120Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:35:28.123Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:35:28.128Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d8c17b2-de20-43fa-ac05-39634c8e96b0 url= /sdc/v1/artifactTypes
2022-07-13T10:35:28.129Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:35:29.163Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:35:29.164Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29f83c13
2022-07-13T10:35:29.164Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:35:29.165Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:35:29.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:35:29.166Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:36:18.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:36:18.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:36:18.120Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:36:18.122Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:36:18.127Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 719ad6fd-302e-4b80-b876-595439096f33 url= /sdc/v1/artifactTypes
2022-07-13T10:36:18.127Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:36:19.147Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:36:19.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e17edfc
2022-07-13T10:36:19.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:36:19.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:36:19.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:36:19.150Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:37:06.820Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-13T10:37:08.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:37:08.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:37:08.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:37:08.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:37:08.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c583d5d3-6b56-4ce7-9320-40217566320f url= /sdc/v1/artifactTypes
2022-07-13T10:37:08.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:37:09.164Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:37:09.165Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a9c3da2
2022-07-13T10:37:09.165Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:37:09.165Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:37:09.166Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:37:09.166Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:37:58.121Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:37:58.123Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:37:58.123Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:37:58.130Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:37:58.138Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcc5f17a-ca6a-487d-bad1-9b971f758f47 url= /sdc/v1/artifactTypes
2022-07-13T10:37:58.138Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:37:59.185Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:37:59.186Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68cd4cce
2022-07-13T10:37:59.186Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:37:59.186Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:37:59.187Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:37:59.187Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:38:48.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:38:48.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:38:48.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:38:48.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:38:48.134Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3dd2caa2-83dc-4eba-9cfe-d277259a3934 url= /sdc/v1/artifactTypes
2022-07-13T10:38:48.134Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:38:49.169Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:38:49.169Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66da2b4c
2022-07-13T10:38:49.170Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:38:49.170Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:38:49.170Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:38:49.171Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:39:38.120Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:39:38.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:39:38.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:39:38.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:39:38.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1cb3865a-d911-4fb0-a88b-c655d5610067 url= /sdc/v1/artifactTypes
2022-07-13T10:39:38.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:39:39.147Z||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.8.196] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-07-13T10:39:39.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1eca3bcb
2022-07-13T10:39:39.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-13T10:39:39.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-13T10:39:39.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-13T10:39:39.149Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-07-13T10:40:28.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-13T10:40:28.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-13T10:40:28.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-13T10:40:28.123Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-13T10:40:28.129Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c8a72e3-7b1c-4c1d-8ad1-fc57b30180c7 url= /sdc/v1/artifactTypes
2022-07-13T10:40:28.129Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-13T10:40:28.429Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-13T10:40:28.439Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-13T10:40:28.466Z||scheduling-1|||||DEBUG|500||create keys
2022-07-13T10:40:28.475Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-13T10:40:28.514Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:40:28.534Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e88e5de8-98e4-42aa-9dbb-b54e8ff36e8c url= /sdc/v1/registerForDistribution
2022-07-13T10:40:28.823Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e88e5de8-98e4-42aa-9dbb-b54e8ff36e8c url= /sdc/v1/registerForDistribution
2022-07-13T10:40:28.824Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-13T10:40:28.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:40:28.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:40:28.866Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-13T10:40:28.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:40:28.868Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:40:28.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:40:28.870Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:40:39.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:40:39.187Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:41:28.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:41:28.834Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:41:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:41:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:41:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:41:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:41:38.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:41:38.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:42:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:42:28.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:42:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:42:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:42:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:42:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:42:38.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:42:38.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:43:28.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:43:28.836Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:43:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:43:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:43:28.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:43:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:43:38.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:43:38.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:44:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:44:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:44:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:44:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:44:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:44:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:44:38.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:44:38.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:45:28.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:45:28.837Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:45:28.838Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:45:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:45:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:45:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:45:38.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:45:38.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:46:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:46:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:46:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:46:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:46:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:46:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:46:38.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:46:38.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:47:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:47:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:47:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:47:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:47:28.858Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:47:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:47:38.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:47:38.445Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:48:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:48:28.835Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:48:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:48:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:48:28.857Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:48:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:48:38.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:48:38.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:49:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:49:28.837Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:49:28.837Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:49:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:49:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:49:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:49:38.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:49:38.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:50:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:50:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:50:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:50:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:50:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:50:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:50:38.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:50:38.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:51:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:51:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:51:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:51:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:51:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:51:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:51:38.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:51:38.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:52:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:52:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:52:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:52:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:52:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:52:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:52:38.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:52:38.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:53:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:53:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:53:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:53:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:53:28.857Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:53:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:53:38.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:53:38.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:54:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:54:28.834Z||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-07-13T10:54:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:54:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:54:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:54:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:54:38.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:54:38.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:55:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:55:28.835Z||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-07-13T10:55:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:55:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:55:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:55:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:55:38.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:55:38.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:56:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:56:28.835Z||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-07-13T10:56:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:56:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:56:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:56:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:56:38.393Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:56:38.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:57:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:57:28.834Z||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-07-13T10:57:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:57:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:57:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:57:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:57:38.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:57:38.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:58:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:58:28.834Z||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-07-13T10:58:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:58:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:58:28.857Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:58:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:58:38.387Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:58:38.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:59:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:59:28.834Z||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-07-13T10:59:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:59:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T10:59:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T10:59:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T10:59:38.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T10:59:38.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:00:28.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:00:28.834Z||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-07-13T11:00:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:00:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:00:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:00:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:00:38.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:00:38.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:01:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:01:28.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:01:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:01:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:01:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:01:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:01:38.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:01:38.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:02:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:02:28.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:02:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:02:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:02:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:02:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:02:38.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:02:38.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:03:28.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:03:28.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:03:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:03:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:03:28.857Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:03:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:03:38.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:03:38.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:04:28.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:04:28.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:04:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:04:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:04:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:04:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:04:38.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:04:38.430Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:05:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:05:28.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:05:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:05:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:05:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:05:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:05:38.414Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:05:38.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:06:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:06:28.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:06:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:06:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:06:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:06:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:06:38.407Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:06:38.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:07:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:07:28.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:07:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:07:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:07:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:07:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:07:38.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:07:38.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:08:28.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:08:28.836Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:08:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:08:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:08:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:08:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:08:38.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:08:38.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:09:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:09:28.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:09:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:09:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:09:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:09:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:09:38.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:09:38.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:10:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:10:28.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:10:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:10:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:10:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:10:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:10:38.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:10:38.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:11:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:11:28.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:11:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:11:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:11:28.857Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:11:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:11:38.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:11:38.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:12:28.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:12:28.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:12:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:12:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:12:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:12:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:12:38.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:12:38.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:13:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:13:28.835Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:13:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:13:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:13:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:13:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:13:38.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:13:38.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:14:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:14:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:14:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:14:28.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:14:28.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:14:28.859Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:14:38.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:14:38.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:15:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:15:28.835Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:15:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:15:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:15:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:15:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:15:38.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:15:38.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:16:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:16:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:16:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:16:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:16:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:16:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:16:38.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:16:38.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:17:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:17:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:17:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:17:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:17:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:17:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:17:38.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:17:38.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:18:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:18:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:18:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:18:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:18:28.856Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:18:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:18:38.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:18:38.411Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:19:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:19:28.835Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:19:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:19:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:19:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:19:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:19:38.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:19:38.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:20:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:20:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:20:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:20:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:20:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:20:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:20:38.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:20:38.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:21:28.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:21:28.837Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:21:28.837Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:21:28.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:21:28.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:21:28.861Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:21:38.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:21:38.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:22:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:22:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:22:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:22:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:22:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:22:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:22:38.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:22:38.414Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:23:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:23:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:23:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:23:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:23:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:23:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:23:38.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:23:38.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:24:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:24:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:24:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:24:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:24:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:24:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:24:38.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:24:38.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:25:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:25:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:25:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:25:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:25:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:25:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:25:38.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:25:38.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:26:28.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:26:28.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:26:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:26:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:26:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:26:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:26:38.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:26:38.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:27:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:27:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:27:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:27:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:27:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:27:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:27:38.411Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:27:38.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:28:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:28:28.839Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:28:28.840Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:28:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:28:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:28:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:28:38.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:28:38.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:29:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:29:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:29:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:29:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:29:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:29:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:29:38.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:29:38.434Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:30:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:30:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:30:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:30:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:30:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:30:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:30:38.396Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:30:38.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:31:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:31:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:31:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:31:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:31:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:31:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:31:38.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:31:38.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:32:28.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:32:28.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:32:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:32:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:32:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:32:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:32:38.412Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:32:38.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:33:28.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:33:28.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:33:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:33:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:33:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:33:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:33:38.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:33:38.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:34:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:34:28.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:34:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:34:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:34:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:34:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:34:38.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:34:38.442Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:35:28.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:35:28.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:35:28.837Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:35:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:35:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:35:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:35:38.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:35:38.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:36:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:36:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:36:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:36:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:36:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:36:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:36:38.397Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:36:38.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:37:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:37:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:37:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:37:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:37:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:37:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:37:38.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:37:38.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:38:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:38:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:38:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:38:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:38:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:38:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:38:38.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:38:38.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:39:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:39:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:39:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:39:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:39:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:39:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:39:38.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:39:38.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:40:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:40:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:40:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:40:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:40:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:40:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:40:38.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:40:38.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:41:28.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:41:28.838Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:41:28.839Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:41:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:41:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:41:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:41:38.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:41:38.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:42:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:42:28.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:42:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:42:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:42:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:42:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:42:38.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:42:38.413Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:43:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:43:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:43:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:43:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:43:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:43:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:43:38.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:43:38.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:44:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:44:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:44:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:44:28.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:44:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:44:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:44:38.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:44:38.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:45:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:45:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:45:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:45:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:45:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:45:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:45:38.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:45:38.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:46:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:46:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:46:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:46:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:46:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:46:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:46:38.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:46:38.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:47:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:47:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:47:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:47:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:47:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:47:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:47:38.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:47:38.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:48:28.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:48:28.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:48:28.837Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:48:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:48:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:48:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:48:38.395Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:48:38.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:49:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:49:28.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:49:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:49:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:49:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:49:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:49:38.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:49:38.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:50:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:50:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:50:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:50:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:50:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:50:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:50:38.397Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:50:38.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:51:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:51:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:51:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:51:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:51:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:51:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:51:38.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:51:38.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:52:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:52:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:52:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:52:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:52:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:52:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:52:38.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:52:38.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:53:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:53:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:53:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:53:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:53:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:53:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:53:38.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:53:38.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:54:28.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:54:28.838Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:54:28.838Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:54:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:54:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:54:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:54:38.396Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:54:38.409Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:55:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:55:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:55:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:55:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:55:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:55:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:55:38.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:55:38.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:56:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:56:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:56:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:56:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:56:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:56:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:56:38.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:56:38.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:57:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:57:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:57:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:57:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:57:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:57:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:57:38.393Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:57:38.447Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:58:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:58:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:58:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:58:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:58:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:58:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:58:38.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:58:38.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:59:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:59:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:59:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:59:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T11:59:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T11:59:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T11:59:38.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T11:59:38.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:00:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:00:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:00:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:00:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:00:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:00:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:00:38.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:00:38.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:01:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:01:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:01:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:01:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:01:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:01:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:01:38.408Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:01:38.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:02:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:02:28.836Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:02:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:02:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:02:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:02:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:02:38.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:02:38.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:03:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:03:28.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:03:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:03:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:03:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:03:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:03:38.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:03:38.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:04:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:04:28.835Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:04:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:04:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:04:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:04:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:04:38.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:04:38.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:05:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:05:28.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:05:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:05:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:05:28.857Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:05:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:05:38.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:05:38.414Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:06:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:06:28.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:06:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:06:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:06:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:06:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:06:38.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:06:38.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:07:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:07:28.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:07:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:07:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:07:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:07:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:07:38.413Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:07:38.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:08:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:08:28.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:08:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:08:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:08:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:08:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:08:38.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:08:38.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:09:28.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:09:28.835Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:09:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:09:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:09:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:09:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:09:38.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:09:38.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:10:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:10:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:10:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:10:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:10:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:10:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:10:38.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:10:38.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:11:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:11:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:11:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:11:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:11:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:11:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:11:38.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:11:38.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:12:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:12:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:12:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:12:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:12:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:12:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:12:38.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:12:38.424Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:13:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:13:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:13:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:13:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:13:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:13:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:13:38.416Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:13:38.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:14:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:14:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:14:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:14:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:14:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:14:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:14:38.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:14:38.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:15:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:15:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:15:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:15:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:15:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:15:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:15:38.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:15:38.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:16:28.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:16:28.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:16:28.836Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:16:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:16:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:16:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:16:38.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:16:38.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:17:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:17:28.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:17:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:17:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:17:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:17:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:17:38.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:17:38.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:18:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:18:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:18:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:18:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:18:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:18:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:18:38.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:18:38.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:28.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:19:28.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:19:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:19:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:19:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:29.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:29.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ad40306-6984-48f6-b331-5ca4e17a67c2","serviceName":"basic_onboard_ofZAuZ","serviceVersion":"1.0","serviceUUID":"68193127-9d73-44a4-bad1-aa16d63486dd","serviceDescription":"service","serviceInvariantUUID":"a46f064b-fd8f-44f8-8778-58836cf52ba9","resources":[{"resourceInstanceName":"basic_onboard_ofZAuZ 0","resourceName":"basic_onboard_ofZAuZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15e9cf45-18ea-476b-a5f3-5aa815736b9e","resourceInvariantUUID":"ae047501-0d12-42a1-99be-89bb4d040d0e","resourceCustomizationUUID":"e67d57e3-2fd8-4073-a25a-c0b470c1bb6b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml","artifactChecksum":"M2M3MDY0NmFkYzEyMzc0ZTI5NTgxMzJiYjRiMzIwMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"637d5f98-e981-4efb-a52d-fa78241be6a6","artifactVersion":"1"},{"artifactName":"basic_onboard_ofzauz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json","artifactChecksum":"NGQ3YjUzZmJmMmIxYTE1OTQ3MTEzNmZiNjc0MTZmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0e0c6dc-748e-4c62-88e7-690e09093477","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a35b28da-9e27-420b-b2dd-524f7d201146","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92ab0cde-b1c0-41f5-b189-47ace40fc222","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aee48fac-c7d8-45c7-aca8-7f4a77301dd4","artifactVersion":"2","generatedFromUUID":"a35b28da-9e27-420b-b2dd-524f7d201146"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOfzauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml","artifactChecksum":"NzE3MzA2ZGY1ZGMzZDRlN2FjYmI5NTdiNGFjNTdmNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2e901a8-7295-47ea-9e47-1eeb9577dacd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOfzauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar","artifactChecksum":"YjhhMjk0MGZmYWViNWMyMTgxNmFlM2I1NmJlZTYxYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f72b47ec-103a-43d0-b01e-bcdaebfe20bd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:19:29.487Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:29.493Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:29.504Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:29.504Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:29.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714754512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714757681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714757492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714757803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:19:29.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714767289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:29.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:19:29.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714766543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:29.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:19:29.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714767359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:29.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:19:29.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714768392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:19:29.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:19:29.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714768632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:29.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:19:29.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:19:29.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:29.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:19:29.605Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-13T12:19:29.609Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:29.609Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:29.633Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:29.634Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:30.512Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:30.512Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:30.514Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:30.514Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:19:30.614Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:30.615Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:30.616Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:30.639Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:30.640Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:31.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:31.516Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:31.518Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:31.518Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:19:31.619Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:31.620Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:31.620Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:31.639Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:31.639Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:32.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:32.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:32.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:32.522Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:32.622Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:32.623Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:32.624Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:32.648Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:32.648Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:33.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:33.523Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:33.525Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:33.526Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-13T12:19:33.626Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:33.627Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:33.627Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:33.644Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:33.645Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:34.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:34.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:34.530Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:34.531Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:19:34.630Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:19:34.631Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:34.632Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:34.648Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:34.648Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:35.531Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:19:35.533Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:35.535Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:35.535Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:19:35.635Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:35.636Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:35.637Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:35.652Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:35.653Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:36.537Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "serviceName": "basic_onboard_ofZAuZ",
  "serviceVersion": "1.0",
  "serviceUUID": "68193127-9d73-44a4-bad1-aa16d63486dd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a46f064b-fd8f-44f8-8778-58836cf52ba9",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ofZAuZ 0",
      "resourceCustomizationUUID": "e67d57e3-2fd8-4073-a25a-c0b470c1bb6b",
      "resourceName": "basic_onboard_ofZAuZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "15e9cf45-18ea-476b-a5f3-5aa815736b9e",
      "resourceInvariantUUID": "ae047501-0d12-42a1-99be-89bb4d040d0e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ofzauz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
          "artifactChecksum": "NGQ3YjUzZmJmMmIxYTE1OTQ3MTEzNmZiNjc0MTZmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c0e0c6dc-748e-4c62-88e7-690e09093477",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a35b28da-9e27-420b-b2dd-524f7d201146",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aee48fac-c7d8-45c7-aca8-7f4a77301dd4",
            "generatedFromUUID": "a35b28da-9e27-420b-b2dd-524f7d201146"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aee48fac-c7d8-45c7-aca8-7f4a77301dd4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOfzauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
      "artifactChecksum": "YjhhMjk0MGZmYWViNWMyMTgxNmFlM2I1NmJlZTYxYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f72b47ec-103a-43d0-b01e-bcdaebfe20bd"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:19:36.539Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:19:36.539Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68193127-9d73-44a4-bad1-aa16d63486dd ASDC
2022-07-13T12:19:36.643Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6ad40306-6984-48f6-b331-5ca4e17a67c2
ServiceName:basic_onboard_ofZAuZ
ServiceVersion:1.0
ServiceUUID:68193127-9d73-44a4-bad1-aa16d63486dd
ServiceInvariantUUID:a46f064b-fd8f-44f8-8778-58836cf52ba9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOfzauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar
ArtifactUUID:f72b47ec-103a-43d0-b01e-bcdaebfe20bd
ArtifactChecksum:YjhhMjk0MGZmYWViNWMyMTgxNmFlM2I1NmJlZTYxYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ofZAuZ 0
ResourceCustomizationUUID:e67d57e3-2fd8-4073-a25a-c0b470c1bb6b
ResourceInvariantUUID:ae047501-0d12-42a1-99be-89bb4d040d0e
ResourceName:basic_onboard_ofZAuZ
ResourceType:VF
ResourceUUID:15e9cf45-18ea-476b-a5f3-5aa815736b9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ofzauz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json
ArtifactUUID:c0e0c6dc-748e-4c62-88e7-690e09093477
ArtifactChecksum:NGQ3YjUzZmJmMmIxYTE1OTQ3MTEzNmZiNjc0MTZmYzI=
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/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a35b28da-9e27-420b-b2dd-524f7d201146
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/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env
ArtifactUUID:aee48fac-c7d8-45c7-aca8-7f4a77301dd4
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/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env
ArtifactUUID:aee48fac-c7d8-45c7-aca8-7f4a77301dd4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T12:19:36.644Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68193127-9d73-44a4-bad1-aa16d63486dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:19:36.852Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:19:36.853Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-13T12:19:36.854Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-13T12:19:36.854Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f72b47ec-103a-43d0-b01e-bcdaebfe20bd from URL: /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:36.854Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-13T12:19:36.855Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:37.316Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-13T12:19:37.330Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar f72b47ec-103a-43d0-b01e-bcdaebfe20bd 75618
2022-07-13T12:19:37.331Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar ASDC sendASDCNotification
2022-07-13T12:19:37.331Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:37.332Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:19:37.333Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:37.335Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:37.335Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714777330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:37.435Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:37.436Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:37.436Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:37.453Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:37.454Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:38.335Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:19:38.336Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-13T12:19:38.337Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f72b47ec-103a-43d0-b01e-bcdaebfe20bd, URL: /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar to file: /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:38.338Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:38.465Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:38.466Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:38.986Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12410862769297492104/Definitions/service-BasicOnboardOfzauz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-13T12:19:41.123Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:19:41.127Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||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-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|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-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|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-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.128Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.129Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|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-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.129Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.129Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ofZAuZ 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-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:41.129Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-13T12:19:41.134Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.136Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.139Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:41.140Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-13T12:19:41.141Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:19:41.143Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.143Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.143Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:41.143Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-13T12:19:41.143Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:19:41.143Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.144Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.147Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.147Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is not matching search criteria
2022-07-13T12:19:41.147Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-13T12:19:41.147Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-13T12:19:41.147Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-13T12:19:41.147Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-13T12:19:41.148Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T12:19:41.148Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.148Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:19:41.149Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.149Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:41.149Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:19:41.150Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.150Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:41.150Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:19:41.150Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.150Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:41.151Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:19:41.151Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.151Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is not matching search criteria
2022-07-13T12:19:41.151Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-13T12:19:41.151Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-13T12:19:41.151Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d113c21-6898-4e3c-9c6c-c424c40bedb6
2022-07-13T12:19:41.152Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.152Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.152Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.152Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.152Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.152Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.153Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:41.153Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:41.153Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ofZAuZ
Description:service
Model UUID:68193127-9d73-44a4-bad1-aa16d63486dd
Model Version:NULL
Model InvariantUuid:a46f064b-fd8f-44f8-8778-58836cf52ba9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ofZAuZ
Model UUID:c080f7e0-bf6b-41ed-a4fd-c7c0dc4b4d91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae047501-0d12-42a1-99be-89bb4d040d0e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e67d57e3-2fd8-4073-a25a-c0b470c1bb6b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbf6c950-46f0-456e-b590-0347a9be923c
ModelName:BasicOnboardOfzauz..base_ubuntu18..module-0
ModelUuid:1367592f-b2a7-473f-8d69-5334ceafa8de
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d113c21-6898-4e3c-9c6c-c424c40bedb6
ModelInvariantUuid:5995c873-029d-458b-8d92-501fe9ab2df3
ModelName:basic_onboard_ofZAuZ-nodes.ubuntu18Cvfc
ModelUuid:548e1370-f08c-4154-9493-68b3a674f431
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f079949c-1b7d-44a3-b222-78c282e1f9d6
ModelInvariantUuid:66f175e7-358a-4121-88f2-951c52e17c35
ModelName:BasicOnboardOfzauz.compute.nodes.heat.ubuntu18
ModelUuid:687f6bb9-0ed7-4d5b-8c80-674bbe9ab97d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:19:41.174Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 15e9cf45-18ea-476b-a5f3-5aa815736b9e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:19:41.254Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||basic_onboard_ofZAuZ 0
2022-07-13T12:19:41.260Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15e9cf45-18ea-476b-a5f3-5aa815736b9e
2022-07-13T12:19:41.260Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c0e0c6dc-748e-4c62-88e7-690e09093477 from URL: /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json
2022-07-13T12:19:41.260Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-13T12:19:41.260Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json
2022-07-13T12:19:41.825Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-13T12:19:41.826Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json c0e0c6dc-748e-4c62-88e7-690e09093477 798
2022-07-13T12:19:41.827Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json ASDC sendASDCNotification
2022-07-13T12:19:41.827Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json
2022-07-13T12:19:41.827Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:19:41.828Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:41.830Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:41.830Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714781827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:41.930Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:41.931Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:41.932Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:41.948Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:41.949Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:42.832Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOfzauz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cbf6c950-46f0-456e-b590-0347a9be923c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1367592f-b2a7-473f-8d69-5334ceafa8de",
    "vfModuleModelCustomizationUUID": "c456ceb0-4680-4c78-8afc-fc9f15d0f95a",
    "isBase": true,
    "artifacts": [
      "a35b28da-9e27-420b-b2dd-524f7d201146",
      "aee48fac-c7d8-45c7-aca8-7f4a77301dd4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:19:42.849Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOfzauz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1367592f-b2a7-473f-8d69-5334ceafa8de
VfModuleModelInvariantUUID:cbf6c950-46f0-456e-b590-0347a9be923c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35b28da-9e27-420b-b2dd-524f7d201146
,
aee48fac-c7d8-45c7-aca8-7f4a77301dd4

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

isBase:true


}

2022-07-13T12:19:42.853Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOfzauz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cbf6c950-46f0-456e-b590-0347a9be923c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1367592f-b2a7-473f-8d69-5334ceafa8de",
    "vfModuleModelCustomizationUUID": "c456ceb0-4680-4c78-8afc-fc9f15d0f95a",
    "isBase": true,
    "artifacts": [
      "a35b28da-9e27-420b-b2dd-524f7d201146",
      "aee48fac-c7d8-45c7-aca8-7f4a77301dd4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:19:42.853Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOfzauz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1367592f-b2a7-473f-8d69-5334ceafa8de
VfModuleModelInvariantUUID:cbf6c950-46f0-456e-b590-0347a9be923c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a35b28da-9e27-420b-b2dd-524f7d201146
,
aee48fac-c7d8-45c7-aca8-7f4a77301dd4

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

isBase:true


}

2022-07-13T12:19:42.853Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a35b28da-9e27-420b-b2dd-524f7d201146 from URL: /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml
2022-07-13T12:19:42.854Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-13T12:19:42.854Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml
2022-07-13T12:19:43.384Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-13T12:19:43.385Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml a35b28da-9e27-420b-b2dd-524f7d201146 5033
2022-07-13T12:19:43.385Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-13T12:19:43.385Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml
2022-07-13T12:19:43.386Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:19:43.386Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:43.388Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:43.388Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714783385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:43.488Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:43.489Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:43.489Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:43.503Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:43.504Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:44.389Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aee48fac-c7d8-45c7-aca8-7f4a77301dd4 from URL: /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env
2022-07-13T12:19:44.390Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-13T12:19:44.392Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env
2022-07-13T12:19:44.672Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-13T12:19:44.672Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env aee48fac-c7d8-45c7-aca8-7f4a77301dd4 909
2022-07-13T12:19:44.673Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-13T12:19:44.673Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env
2022-07-13T12:19:44.673Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:19:44.673Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:44.675Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:44.675Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714784673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:19:44.775Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:44.776Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:44.776Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:44.794Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:44.795Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:45.675Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 68193127-9d73-44a4-bad1-aa16d63486dd
2022-07-13T12:19:45.676Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ofZAuZ 0 15e9cf45-18ea-476b-a5f3-5aa815736b9e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:19:45.705Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eca4dcc, org.onap.sdc.toscaparser.api.parameters.Input@1b30e350, org.onap.sdc.toscaparser.api.parameters.Input@43a1f724, org.onap.sdc.toscaparser.api.parameters.Input@4132e3e3, org.onap.sdc.toscaparser.api.parameters.Input@4d9a6224]
2022-07-13T12:19:45.709Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.709Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.709Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-13T12:19:45.710Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e67d57e3-2fd8-4073-a25a-c0b470c1bb6b
2022-07-13T12:19:45.710Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e67d57e3-2fd8-4073-a25a-c0b470c1bb6b matches Tosca VF Customization UUID: e67d57e3-2fd8-4073-a25a-c0b470c1bb6b
2022-07-13T12:19:45.710Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e67d57e3-2fd8-4073-a25a-c0b470c1bb6b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T12:19:45.718Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.718Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.719Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e67d57e3-2fd8-4073-a25a-c0b470c1bb6b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-13T12:19:45.720Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15d84666
2022-07-13T12:19:45.720Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.720Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:19:45.721Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c456ceb0-4680-4c78-8afc-fc9f15d0f95a
2022-07-13T12:19:45.722Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c456ceb0-4680-4c78-8afc-fc9f15d0f95a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T12:19:45.727Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.727Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:45.728Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:19:45.728Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.729Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:45.729Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:19:45.729Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.729Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is not matching search criteria
2022-07-13T12:19:45.730Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-13T12:19:45.730Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-13T12:19:45.730Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d113c21-6898-4e3c-9c6c-c424c40bedb6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:19:45.738Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.738Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:45.738Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:19:45.739Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.739Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ofZAuZ 0 is matching search criteria
2022-07-13T12:19:45.739Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ofZAuZ 0] matching following query criteria: sdcType=VF, customizationUUID=e67d57e3-2fd8-4073-a25a-c0b470c1bb6b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:19:45.741Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.741Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.742Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 68193127-9d73-44a4-bad1-aa16d63486dd: basic_onboard_ofZAuZ
2022-07-13T12:19:45.742Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.742Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.743Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.743Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.743Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.743Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.743Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.744Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.744Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:19:45.744Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ofZAuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:19:45.744Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ofZAuZ 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:19:45.902Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ofZAuZ 15e9cf45-18ea-476b-a5f3-5aa815736b9e 1 ASDC deployResourceStructure
2022-07-13T12:19:45.902Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json ASDC sendASDCNotification
2022-07-13T12:19:45.903Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json
2022-07-13T12:19:45.903Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:19:45.903Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:45.905Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:45.905Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714785902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:19:46.005Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:46.007Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:46.007Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:46.022Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:46.023Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:19:46.907Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-13T12:19:46.907Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml
2022-07-13T12:19:46.908Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:19:46.910Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:46.917Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:46.917Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714786906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:19:47.017Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:19:47.018Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:47.019Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:47.036Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:47.037Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:47.918Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-13T12:19:47.919Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env
2022-07-13T12:19:47.919Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:19:47.920Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:47.922Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:47.922Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714787918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:19:48.022Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:19:48.023Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:48.023Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:48.038Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:48.039Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:48.923Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar ASDC sendASDCNotification
2022-07-13T12:19:48.923Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar
2022-07-13T12:19:48.924Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:19:48.924Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-13T12:19:48.928Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:19:48.929Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714788923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:19:49.026Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-13T12:19:49.027Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:19:49.027Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:19:49.045Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:19:49.046Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:19:49.930Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:19:49.950Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:19:49.951Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:19:49.951Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:19:49.951Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:20:19.952Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:20:19.960Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:20:19.962Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:20:19.962Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:20:19.962Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:20:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:20:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:20:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:20:28.991Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:20:28.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:20:28.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:20:28.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:20:49.963Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:20:49.970Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:20:49.971Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:20:49.972Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:20:49.972Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:21:19.972Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:21:19.980Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:21:19.981Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:21:19.981Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:21:19.982Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:21:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:21:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:21:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:21:29.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:21:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "policy-id",
  "timestamp": 1657714769404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:21:29.397Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ad40306-6984-48f6-b331-5ca4e17a67c2
2022-07-13T12:21:29.397Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad40306-6984-48f6-b331-5ca4e17a67c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:21:29.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714769795,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714763794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714770860,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:21:29.413Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ad40306-6984-48f6-b331-5ca4e17a67c2
2022-07-13T12:21:29.413Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad40306-6984-48f6-b331-5ca4e17a67c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:21:29.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714771689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714771867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "cds",
  "timestamp": 1657714772714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:21:29.423Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ad40306-6984-48f6-b331-5ca4e17a67c2
2022-07-13T12:21:29.423Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad40306-6984-48f6-b331-5ca4e17a67c2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:21:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:21:29.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714767771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714768833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:21:29.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:21:29.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714777330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714780233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:21:29.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714781827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "aai-ml",
  "timestamp": 1657714781242,
  "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-07-13T12:21:29.438Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6ad40306-6984-48f6-b331-5ca4e17a67c2
2022-07-13T12:21:29.438Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad40306-6984-48f6-b331-5ca4e17a67c2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:21:29.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714783385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714784673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714785902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/basic_onboard_ofzauz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:21:29.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714786906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:21:29.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714787918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/resourceInstances/basic_onboard_ofzauz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:21:29.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657714788923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:21:29.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714793108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:21:29.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714795282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOfzauz/1.0/artifacts/service-BasicOnboardOfzauz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:21:29.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:21:29.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:21:29.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "clamp",
  "timestamp": 1657714796334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:21:29.451Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ad40306-6984-48f6-b331-5ca4e17a67c2
2022-07-13T12:21:29.451Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ad40306-6984-48f6-b331-5ca4e17a67c2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:21:49.982Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:21:49.991Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:21:49.994Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:21:49.994Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:21:49.994Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:21:49.994Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:22:19.995Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:22:20.003Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:22:20.006Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:22:20.006Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:22:20.006Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:22:20.006Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:22:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:22:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:22:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:22:29.246Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:22:29.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714913794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657714917492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714917681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714917770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714917804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714925740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714925704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:22:29.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "cds",
  "timestamp": 1657714926753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:22:29.271Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3af5a78-e337-4987-b801-f7a9acdcc648
2022-07-13T12:22:29.271Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3af5a78-e337-4987-b801-f7a9acdcc648 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:22:29.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714927196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:22:29.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714927141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:22:29.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714928188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:22:29.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714928874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:22:29.278Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "policy-id",
  "timestamp": 1657714929258,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:22:29.281Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3af5a78-e337-4987-b801-f7a9acdcc648
2022-07-13T12:22:29.281Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3af5a78-e337-4987-b801-f7a9acdcc648 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:22:29.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714929900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:22:29.291Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3af5a78-e337-4987-b801-f7a9acdcc648
2022-07-13T12:22:29.291Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3af5a78-e337-4987-b801-f7a9acdcc648 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:22:29.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657714930905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:22:29.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:29.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:22:29.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714934512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:22:29.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:22:29.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:22:29.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714942693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:22:29.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:22:50.006Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:22:50.016Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:22:50.018Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:22:50.019Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:22:50.019Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:22:50.019Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:23:20.019Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:23:20.032Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:23:20.035Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:23:20.035Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:23:20.035Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:23:20.035Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:23:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:23:28.858Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:23:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:23:28.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:23:28.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:23:28.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714949068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:23:28.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:23:50.036Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:23:50.051Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:23:50.058Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:23:50.058Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:23:50.058Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:23:50.058Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:24:20.059Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:24:20.068Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:24:20.070Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:24:20.070Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:24:20.070Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:24:20.070Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:24:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:24:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:24:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:24:29.393Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:24:29.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:24:29.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714952085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:24:29.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:24:29.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:24:29.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "clamp",
  "timestamp": 1657714953126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:24:29.400Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3af5a78-e337-4987-b801-f7a9acdcc648
2022-07-13T12:24:29.400Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3af5a78-e337-4987-b801-f7a9acdcc648 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:24:29.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:24:29.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714955162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:24:29.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:24:29.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:24:29.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "aai-ml",
  "timestamp": 1657714956166,
  "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-07-13T12:24:29.412Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e3af5a78-e337-4987-b801-f7a9acdcc648
2022-07-13T12:24:29.412Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3af5a78-e337-4987-b801-f7a9acdcc648 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:24:50.071Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:24:50.071Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:24:50.082Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ad40306-6984-48f6-b331-5ca4e17a67c2 and serviceModelVersionId: 68193127-9d73-44a4-bad1-aa16d63486dd
2022-07-13T12:24:50.082Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a46f064b-fd8f-44f8-8778-58836cf52ba9
2022-07-13T12:25:04.373Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0
2022-07-13T12:25:04.480Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:25:04.962Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|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/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:25:04.967Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Invoke
2022-07-13T12:25:06.533Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:25:06.534Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Invoke
2022-07-13T12:25:08.070Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:25:08.071Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Invoke
2022-07-13T12:25:09.099Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:25:09.100Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-07-13T12:25:09.101Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:25:09.102Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-07-13T12:25:09.106Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-07-13T12:25:09.107Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ad40306-6984-48f6-b331-5ca4e17a67c2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:25:09.108Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:25:09.109Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:09.111Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:09.111Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715109107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:25:09.211Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:25:09.213Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:09.213Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:09.236Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:09.237Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:25:10.129Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:25:10.130Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-07-13T12:25:10.130Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:14.582Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:14.583Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||received message from topic
2022-07-13T12:25:14.584Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e3af5a78-e337-4987-b801-f7a9acdcc648","serviceName":"vFW 2022-07-13 12-19-11","serviceVersion":"1.0","serviceUUID":"ac96f322-4826-4116-a3a7-ba6ef70d048c","serviceDescription":"catalog service description","serviceInvariantUUID":"4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40","resources":[{"resourceInstanceName":"vFW b99cec29-d320 0","resourceName":"vFW b99cec29-d320","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0bfced4-4c0d-41de-9ccf-1931cae39b8d","resourceInvariantUUID":"450ee54c-819b-4104-adf7-9a16d6c4286e","resourceCustomizationUUID":"69f484c1-0ac1-40e9-a84a-42ef22956c4f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml","artifactChecksum":"MDkzN2YwZGM5ZmMxODIxYTQwMTE0OGM4ZjY1YmM2MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fae54f40-bbcb-4493-b509-9e2d9d770cf2","artifactVersion":"1"},{"artifactName":"vfwb99cec29d3200_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json","artifactChecksum":"MGY4NDViNzViOGJmY2ZiZjZmYTEwYTVlNTIyN2QwYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98a2faab-91b9-45fc-b8f6-f617efa14257","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c095d33-4b58-42c2-8a5d-dec8b53ae73a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml","artifactChecksum":"NWQxY2FiNjJhOTQxOGZlMjE1MjMyMjJlYzJlZGM0YWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdca64b3-e91e-4085-a019-51cb3970fdd3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6cc3076f-2754-49ab-b8c6-71aff2c69788","artifactVersion":"2","generatedFromUUID":"7c095d33-4b58-42c2-8a5d-dec8b53ae73a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713121911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml","artifactChecksum":"YTRhODA4NGRiZGRkMTQyMDcyYzkwNmQwZjM0MTc2ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d64209cb-e228-4401-a975-b638e0b37cf9","artifactVersion":"1"},{"artifactName":"service-Vfw20220713121911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar","artifactChecksum":"M2UzNmQwNWQ5YmQ5ZjdlZTQ0YTAxZjBhZGEzZDcxMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89c2fe86-caf2-4f6c-b4c5-779bd61f5fb4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:25:14.586Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:14.587Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:14.589Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:14.589Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:25:14.689Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:14.690Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:14.690Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:14.706Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:14.706Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:15.589Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:15.590Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:15.592Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:15.592Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:25:15.692Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:15.693Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:15.693Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:15.709Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:15.710Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:16.593Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:16.594Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:16.595Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:16.596Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:25:16.696Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:16.697Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:16.697Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:16.736Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:16.736Z||pool-21-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:17.596Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:17.597Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:17.600Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:17.600Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:25:17.700Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:17.701Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:17.701Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:17.714Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:17.714Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:25:18.601Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:18.602Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:18.604Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:18.604Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:25:18.707Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-13T12:25:18.708Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:18.709Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:18.724Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:18.724Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:19.605Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:19.606Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:19.607Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:19.608Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:25:19.708Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:19.709Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:19.709Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:19.726Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:19.727Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:20.608Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:25:20.609Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:20.611Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:20.611Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:25:20.711Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:20.712Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:20.712Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:20.728Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:20.728Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:21.612Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "serviceName": "vFW 2022-07-13 12-19-11",
  "serviceVersion": "1.0",
  "serviceUUID": "ac96f322-4826-4116-a3a7-ba6ef70d048c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40",
  "resources": [
    {
      "resourceInstanceName": "vFW b99cec29-d320 0",
      "resourceCustomizationUUID": "69f484c1-0ac1-40e9-a84a-42ef22956c4f",
      "resourceName": "vFW b99cec29-d320",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0bfced4-4c0d-41de-9ccf-1931cae39b8d",
      "resourceInvariantUUID": "450ee54c-819b-4104-adf7-9a16d6c4286e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb99cec29d3200_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
          "artifactChecksum": "MGY4NDViNzViOGJmY2ZiZjZmYTEwYTVlNTIyN2QwYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "98a2faab-91b9-45fc-b8f6-f617efa14257",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c095d33-4b58-42c2-8a5d-dec8b53ae73a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6cc3076f-2754-49ab-b8c6-71aff2c69788",
            "generatedFromUUID": "7c095d33-4b58-42c2-8a5d-dec8b53ae73a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6cc3076f-2754-49ab-b8c6-71aff2c69788",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713121911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
      "artifactChecksum": "M2UzNmQwNWQ5YmQ5ZjdlZTQ0YTAxZjBhZGEzZDcxMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89c2fe86-caf2-4f6c-b4c5-779bd61f5fb4"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:25:21.612Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:25:21.612Z|6ad40306-6984-48f6-b331-5ca4e17a67c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac96f322-4826-4116-a3a7-ba6ef70d048c ASDC
2022-07-13T12:25:21.613Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e3af5a78-e337-4987-b801-f7a9acdcc648
ServiceName:vFW 2022-07-13 12-19-11
ServiceVersion:1.0
ServiceUUID:ac96f322-4826-4116-a3a7-ba6ef70d048c
ServiceInvariantUUID:4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713121911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar
ArtifactUUID:89c2fe86-caf2-4f6c-b4c5-779bd61f5fb4
ArtifactChecksum:M2UzNmQwNWQ5YmQ5ZjdlZTQ0YTAxZjBhZGEzZDcxMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b99cec29-d320 0
ResourceCustomizationUUID:69f484c1-0ac1-40e9-a84a-42ef22956c4f
ResourceInvariantUUID:450ee54c-819b-4104-adf7-9a16d6c4286e
ResourceName:vFW b99cec29-d320
ResourceType:VF
ResourceUUID:f0bfced4-4c0d-41de-9ccf-1931cae39b8d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb99cec29d3200_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json
ArtifactUUID:98a2faab-91b9-45fc-b8f6-f617efa14257
ArtifactChecksum:MGY4NDViNzViOGJmY2ZiZjZmYTEwYTVlNTIyN2QwYjI=
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/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml
ArtifactUUID:7c095d33-4b58-42c2-8a5d-dec8b53ae73a
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/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env
ArtifactUUID:6cc3076f-2754-49ab-b8c6-71aff2c69788
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/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env
ArtifactUUID:6cc3076f-2754-49ab-b8c6-71aff2c69788
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T12:25:21.613Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac96f322-4826-4116-a3a7-ba6ef70d048c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:25:21.650Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:25:21.650Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:25:21.650Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:25:21.650Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Trying to download the artifact UUID: 89c2fe86-caf2-4f6c-b4c5-779bd61f5fb4 from URL: /sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:21.651Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:25:21.651Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:23.520Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:25:23.525Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar 89c2fe86-caf2-4f6c-b4c5-779bd61f5fb4 103050
2022-07-13T12:25:23.525Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar ASDC sendASDCNotification
2022-07-13T12:25:23.525Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:23.525Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:25:23.526Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:23.527Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:23.528Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715123525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:23.628Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:23.629Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:23.629Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:23.645Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:23.646Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:25:24.528Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:25:24.529Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:25:24.530Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Trying to write artifact UUID: 89c2fe86-caf2-4f6c-b4c5-779bd61f5fb4, URL: /sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar to file: /app/ASDC/1/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:24.530Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713121911-csar.csar
2022-07-13T12:25:24.531Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:24.531Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:24.780Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9661963427953190875/Definitions/service-Vfw20220713121911-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-07-13T12:25:26.898Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:25:26.899Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|WARN|500||####################################################################################################
2022-07-13T12:25:26.899Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.899Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T12:25:26.899Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.900Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.900Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b99cec29-d320 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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.900Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.901Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.901Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.901Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.901Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.902Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.902Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.902Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.902Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.903Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?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-Vfw20220713121911-csar.csar
2022-07-13T12:25:26.903Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|WARN|500||####################################################################################################
2022-07-13T12:25:26.903Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.904Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.904Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:26.904Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:25:26.905Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:25:26.905Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.905Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.905Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:26.906Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:25:26.906Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:25:26.906Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.907Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.907Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.907Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:26.908Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:26.908Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:26.908Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:25:26.908Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.909Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.909Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.909Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:25:26.910Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:25:26.910Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:25:26.910Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.910Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.911Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:25:26.911Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.911Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:25:26.911Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.912Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T12:25:26.912Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.912Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:25:26.913Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.913Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:26.913Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:26.914Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.914Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:26.914Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:26.915Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.915Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:26.915Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:26.916Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.916Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:26.916Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:26.916Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:26.917Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T12:25:26.917Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:25:26.917Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:25:26.917Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.918Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.918Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:25:26.918Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.918Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:25:26.919Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.919Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=281e5010-e72b-404d-b363-88a09d07156d
2022-07-13T12:25:26.919Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.920Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:26.920Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:26.920Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:26.920Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:25:26.921Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.921Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.921Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.921Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:25:26.923Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T12:25:26.924Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:25:26.924Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.924Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:25:26.924Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.925Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1d54827-5d84-4c33-8433-6896f7e668db
2022-07-13T12:25:26.925Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.925Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:26.925Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:26.925Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:26.926Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:25:26.926Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.926Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.926Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.926Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:25:26.927Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:25:26.927Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:25:26.927Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:26.927Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:26.927Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T12:25:26.927Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e3fedb4-f1dd-4297-8f8a-39082308e2ec
2022-07-13T12:25:26.928Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.928Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.928Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.928Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.928Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.929Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.929Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:26.929Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:26.929Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 12-19-11
Description:catalog service description
Model UUID:ac96f322-4826-4116-a3a7-ba6ef70d048c
Model Version:NULL
Model InvariantUuid:4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b99cec29-d320
Model UUID:c6c94dbb-2253-495b-81d6-29f2fa3cfa64
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:450ee54c-819b-4104-adf7-9a16d6c4286e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69f484c1-0ac1-40e9-a84a-42ef22956c4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ff59cfc-d3fd-438e-b247-8b0abe19d023
ModelName:VfwB99cec29D320..base_vfw..module-0
ModelUuid:19c75b55-5960-4bf7-b62a-81179a2e721e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:281e5010-e72b-404d-b363-88a09d07156d
ModelInvariantUuid:1fc85f81-d52f-4c3f-9c8c-8afd2f26973d
ModelName:vFW b99cec29-d320-nodes.vfwCvfc
ModelUuid:f2387a59-b30c-4eb7-be97-80f4a7b80ccb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6cc8a235-f2d6-428f-b84e-8b53ae0ae0f4
ModelInvariantUuid:c70c6779-6755-476f-8a51-3d140c27be3d
ModelName:VfwB99cec29D320.compute.nodes.heat.vfw
ModelUuid:25faac77-5c63-4bf9-ba5d-52c99e3a25e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e1d54827-5d84-4c33-8433-6896f7e668db
ModelInvariantUuid:985ab73c-9ab4-4fd9-892d-2c986de2956a
ModelName:vFW b99cec29-d320-nodes.vsnCvfc
ModelUuid:309d1648-3cd9-4862-b4fa-77e4b98564bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4e670bb4-80ce-4d90-8e1f-b5238b4b1dc1
ModelInvariantUuid:c8255766-1594-4ca0-b9cd-07067d6e9b23
ModelName:VfwB99cec29D320.compute.nodes.heat.vsn
ModelUuid:10ff81f2-02f4-4a97-9fac-9402c591491b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9e3fedb4-f1dd-4297-8f8a-39082308e2ec
ModelInvariantUuid:2fd2bcc1-b6f0-428a-8798-25c837811c76
ModelName:vFW b99cec29-d320-nodes.vpgCvfc
ModelUuid:cc9a35c7-1b3d-427e-b2de-ce6d579bdd3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:de5df93b-9929-4d8f-aca5-1ed08df94baa
ModelInvariantUuid:daed8ab3-f878-46b0-9473-6d90b59d7881
ModelName:VfwB99cec29D320.compute.nodes.heat.vpg
ModelUuid:5290553b-3a2c-4266-bda6-c8ca9c54f561
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:25:26.940Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f0bfced4-4c0d-41de-9ccf-1931cae39b8d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:25:26.943Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||vFW b99cec29-d320 0
2022-07-13T12:25:26.943Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f0bfced4-4c0d-41de-9ccf-1931cae39b8d
2022-07-13T12:25:26.944Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Trying to download the artifact UUID: 98a2faab-91b9-45fc-b8f6-f617efa14257 from URL: /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json
2022-07-13T12:25:26.944Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:25:26.944Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json
2022-07-13T12:25:27.114Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:25:27.115Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json 98a2faab-91b9-45fc-b8f6-f617efa14257 785
2022-07-13T12:25:27.115Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json ASDC sendASDCNotification
2022-07-13T12:25:27.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json
2022-07-13T12:25:27.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:25:27.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:27.118Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:27.118Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715127115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:27.219Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:25:27.220Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:27.220Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:27.253Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:27.254Z||pool-27-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:28.119Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB99cec29D320..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8ff59cfc-d3fd-438e-b247-8b0abe19d023",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19c75b55-5960-4bf7-b62a-81179a2e721e",
    "vfModuleModelCustomizationUUID": "0b5d0b28-79e7-4d9d-bde5-e18d0d593b14",
    "isBase": true,
    "artifacts": [
      "7c095d33-4b58-42c2-8a5d-dec8b53ae73a",
      "6cc3076f-2754-49ab-b8c6-71aff2c69788"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:25:28.125Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB99cec29D320..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19c75b55-5960-4bf7-b62a-81179a2e721e
VfModuleModelInvariantUUID:8ff59cfc-d3fd-438e-b247-8b0abe19d023
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c095d33-4b58-42c2-8a5d-dec8b53ae73a
,
6cc3076f-2754-49ab-b8c6-71aff2c69788

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

isBase:true


}

2022-07-13T12:25:28.127Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB99cec29D320..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8ff59cfc-d3fd-438e-b247-8b0abe19d023",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19c75b55-5960-4bf7-b62a-81179a2e721e",
    "vfModuleModelCustomizationUUID": "0b5d0b28-79e7-4d9d-bde5-e18d0d593b14",
    "isBase": true,
    "artifacts": [
      "7c095d33-4b58-42c2-8a5d-dec8b53ae73a",
      "6cc3076f-2754-49ab-b8c6-71aff2c69788"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:25:28.127Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB99cec29D320..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19c75b55-5960-4bf7-b62a-81179a2e721e
VfModuleModelInvariantUUID:8ff59cfc-d3fd-438e-b247-8b0abe19d023
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c095d33-4b58-42c2-8a5d-dec8b53ae73a
,
6cc3076f-2754-49ab-b8c6-71aff2c69788

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

isBase:true


}

2022-07-13T12:25:28.128Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Trying to download the artifact UUID: 7c095d33-4b58-42c2-8a5d-dec8b53ae73a from URL: /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml
2022-07-13T12:25:28.128Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:25:28.128Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml
2022-07-13T12:25:28.677Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:25:28.678Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml 7c095d33-4b58-42c2-8a5d-dec8b53ae73a 20368
2022-07-13T12:25:28.679Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T12:25:28.679Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml
2022-07-13T12:25:28.679Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:25:28.679Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:28.681Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:28.681Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715128678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:28.787Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-13T12:25:28.788Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:28.788Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:28.810Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:28.811Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:25:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:25:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:25:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:29.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:29.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ad40306-6984-48f6-b331-5ca4e17a67c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715109107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:25:29.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:25:29.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:25:29.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715110129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715123525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:25:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715127115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:29.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:25:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:25:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715128678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:29.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:25:29.682Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Trying to download the artifact UUID: 6cc3076f-2754-49ab-b8c6-71aff2c69788 from URL: /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env
2022-07-13T12:25:29.683Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:25:29.683Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env
2022-07-13T12:25:30.079Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:25:30.080Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env 6cc3076f-2754-49ab-b8c6-71aff2c69788 2098
2022-07-13T12:25:30.080Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T12:25:30.080Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env
2022-07-13T12:25:30.080Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:25:30.081Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:30.083Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:30.083Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715130080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:25:30.183Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:30.184Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:30.184Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:30.200Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:30.201Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:25:31.084Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Preparing to deploy Service: ac96f322-4826-4116-a3a7-ba6ef70d048c
2022-07-13T12:25:31.084Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b99cec29-d320 0 f0bfced4-4c0d-41de-9ccf-1931cae39b8d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:25:31.104Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50b86ad0, org.onap.sdc.toscaparser.api.parameters.Input@133fc4f7, org.onap.sdc.toscaparser.api.parameters.Input@587f44cb, org.onap.sdc.toscaparser.api.parameters.Input@7e11a2cf, org.onap.sdc.toscaparser.api.parameters.Input@6d6ca937]
2022-07-13T12:25:31.105Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.106Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.106Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T12:25:31.106Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||VFCustomizationUUID= 69f484c1-0ac1-40e9-a84a-42ef22956c4f
2022-07-13T12:25:31.106Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69f484c1-0ac1-40e9-a84a-42ef22956c4f matches Tosca VF Customization UUID: 69f484c1-0ac1-40e9-a84a-42ef22956c4f
2022-07-13T12:25:31.107Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||vfCustomizationUUID: 69f484c1-0ac1-40e9-a84a-42ef22956c4f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T12:25:31.109Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.109Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.110Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||resource request for resource customization id 69f484c1-0ac1-40e9-a84a-42ef22956c4f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T12:25:31.110Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51965c8c
2022-07-13T12:25:31.110Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.110Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:25:31.111Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b5d0b28-79e7-4d9d-bde5-e18d0d593b14
2022-07-13T12:25:31.111Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b5d0b28-79e7-4d9d-bde5-e18d0d593b14
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T12:25:31.113Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.113Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:31.114Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:31.114Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.114Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:31.114Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:31.115Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.115Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:31.115Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:31.115Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:31.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T12:25:31.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:25:31.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:25:31.116Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.117Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:31.117Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:25:31.117Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:31.117Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:25:31.118Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.118Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=281e5010-e72b-404d-b363-88a09d07156d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:25:31.120Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.121Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:31.121Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:31.121Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.121Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:31.122Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:31.122Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:31.122Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:25:31.122Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:31.123Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.123Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.123Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:25:31.123Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T12:25:31.123Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:25:31.124Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:31.124Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:25:31.124Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.124Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1d54827-5d84-4c33-8433-6896f7e668db
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:25:31.126Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.126Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:31.127Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:31.130Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.130Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is not matching search criteria
2022-07-13T12:25:31.130Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:25:31.130Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:25:31.131Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:25:31.131Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:31.131Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.131Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.131Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:25:31.132Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:25:31.132Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:25:31.132Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:25:31.132Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:25:31.133Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T12:25:31.133Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e3fedb4-f1dd-4297-8f8a-39082308e2ec
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:25:31.135Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.135Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:31.136Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:25:31.136Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.136Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Node template vFW b99cec29-d320 0 is matching search criteria
2022-07-13T12:25:31.136Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found topology templates [vFW b99cec29-d320 0] matching following query criteria: sdcType=VF, customizationUUID=69f484c1-0ac1-40e9-a84a-42ef22956c4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:25:31.138Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.139Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.139Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500|| resourceSeq for service uuid ac96f322-4826-4116-a3a7-ba6ef70d048c: vFW b99cec29-d320
2022-07-13T12:25:31.139Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.139Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.140Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.140Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.140Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.140Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.141Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.141Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.141Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:25:31.141Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Service vFW 2022-07-13 12-19-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:25:31.142Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||Saving Service: vFW 2022-07-13 12-19-11 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:25:31.309Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b99cec29-d320 f0bfced4-4c0d-41de-9ccf-1931cae39b8d 1 ASDC deployResourceStructure
2022-07-13T12:25:31.309Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json ASDC sendASDCNotification
2022-07-13T12:25:31.309Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json
2022-07-13T12:25:31.309Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:25:31.309Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:31.312Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:31.312Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715131309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:25:31.412Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:25:31.413Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:31.413Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:31.431Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:31.432Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:25:32.314Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T12:25:32.314Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml
2022-07-13T12:25:32.315Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:25:32.315Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:32.317Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:32.318Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715132313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:25:32.424Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-13T12:25:32.425Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:32.425Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:32.445Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:32.446Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:33.319Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T12:25:33.320Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env
2022-07-13T12:25:33.320Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:25:33.321Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:33.323Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:33.323Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715133319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:25:33.423Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:33.424Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:33.425Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:33.442Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:33.443Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:34.324Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar ASDC sendASDCNotification
2022-07-13T12:25:34.325Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar
2022-07-13T12:25:34.325Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:25:34.326Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:25:34.328Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:25:34.328Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715134324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:25:34.428Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:25:34.429Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:25:34.429Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:25:34.446Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:25:34.447Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:25:35.329Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:25:35.341Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:25:35.345Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:25:35.346Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:25:35.346Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:25:35.346Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:26:05.346Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:26:05.359Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:26:05.361Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:26:05.362Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:26:05.362Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:26:05.362Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:26:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:26:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:26:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:26:29.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:26:29.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715130080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715131309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/vfwb99cec29d3200_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715132313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715133319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/resourceInstances/vfwb99cec29d3200/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715134324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713121911/1.0/artifacts/service-Vfw20220713121911-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715153794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715157493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715157681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715157758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715164714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715157805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "cds",
  "timestamp": 1657715165721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:26:29.532Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54d1773f-5e51-489c-9300-9f21f182eba8
2022-07-13T12:26:29.532Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d1773f-5e51-489c-9300-9f21f182eba8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:26:29.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715166004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715166443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715167385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715167519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "policy-id",
  "timestamp": 1657715168545,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:26:29.545Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54d1773f-5e51-489c-9300-9f21f182eba8
2022-07-13T12:26:29.545Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d1773f-5e51-489c-9300-9f21f182eba8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:26:29.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715168806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715169833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:26:29.558Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54d1773f-5e51-489c-9300-9f21f182eba8
2022-07-13T12:26:29.558Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d1773f-5e51-489c-9300-9f21f182eba8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715170836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715174512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715182185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715182501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715184131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:26:29.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "clamp",
  "timestamp": 1657715185157,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:26:29.572Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54d1773f-5e51-489c-9300-9f21f182eba8
2022-07-13T12:26:29.572Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d1773f-5e51-489c-9300-9f21f182eba8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:26:35.362Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:26:35.375Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:26:35.378Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:26:35.378Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:26:35.378Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:26:35.378Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:27:05.379Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:27:05.391Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:27:05.394Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:27:05.394Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:27:05.394Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:27:05.394Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:27:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:27:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:27:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:27:29.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:27:29.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:27:29.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715194844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:27:29.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:27:29.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T12:27:29.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "aai-ml",
  "timestamp": 1657715195848,
  "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-07-13T12:27:29.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 54d1773f-5e51-489c-9300-9f21f182eba8
2022-07-13T12:27:29.507Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d1773f-5e51-489c-9300-9f21f182eba8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:27:35.394Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:27:35.406Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:27:35.408Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:27:35.408Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:27:35.408Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:27:35.408Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:28:05.409Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:28:05.422Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:28:05.424Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:28:05.424Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:28:05.424Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:28:05.425Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:28:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:28:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:28:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:28:35.425Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:28:35.438Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:28:35.441Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:28:35.441Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:28:35.441Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:28:35.441Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:28:38.445Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:29:05.441Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:29:05.454Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:29:05.456Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:29:05.456Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:29:05.456Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:29:05.457Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:29:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:29:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:29:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:29:35.457Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:29:35.471Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:29:35.474Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:29:35.474Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:29:35.474Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:29:35.474Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:29:38.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:05.475Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:30:05.487Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:30:05.489Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:30:05.489Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:30:05.489Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:30:05.489Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:30:28.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:30:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:30:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:35.490Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:30:35.490Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e3af5a78-e337-4987-b801-f7a9acdcc648 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:30:35.501Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3af5a78-e337-4987-b801-f7a9acdcc648 and serviceModelVersionId: ac96f322-4826-4116-a3a7-ba6ef70d048c
2022-07-13T12:30:35.501Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40
2022-07-13T12:30:35.503Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0
2022-07-13T12:30:35.509Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a46f064b-fd8f-44f8-8778-58836cf52ba9/model-vers/model-ver/68193127-9d73-44a4-bad1-aa16d63486dd?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:30:35.607Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Invoke
2022-07-13T12:30:35.608Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ed08472-02f3-4cc0-81af-e4affec0bf7d], X-ECOMP-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], X-TransactionId=[], X-ONAP-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], Content-Type=[application/merge-patch+json]}
2022-07-13T12:30:37.158Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Invoke
2022-07-13T12:30:37.158Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de7104ab-942e-4e0e-9b03-2e69d38330af], X-ECOMP-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], X-TransactionId=[], X-ONAP-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], Content-Type=[application/merge-patch+json]}
2022-07-13T12:30:37.665Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Invoke
2022-07-13T12:30:37.666Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71eb357b-7c22-480c-b752-c71b86f8b5af], X-ECOMP-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], X-TransactionId=[], X-ONAP-RequestID=[e3af5a78-e337-4987-b801-f7a9acdcc648], Content-Type=[application/merge-patch+json]}
2022-07-13T12:30:38.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:38.705Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:30:38.706Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-07-13T12:30:38.707Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:30:38.707Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-07-13T12:30:38.716Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-07-13T12:30:38.716Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3af5a78-e337-4987-b801-f7a9acdcc648 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:30:38.716Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:30:38.717Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:38.723Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:38.723Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715438716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:30:38.823Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:38.824Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:38.824Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:38.841Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:38.841Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:30:39.737Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:30:39.738Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-07-13T12:30:39.738Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:44.203Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:44.205Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||received message from topic
2022-07-13T12:30:44.205Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"54d1773f-5e51-489c-9300-9f21f182eba8","serviceName":"vFW 2022-07-13 12-22-46","serviceVersion":"1.0","serviceUUID":"2b65a0d4-ae42-49b1-85d9-133e73ea4682","serviceDescription":"catalog service description","serviceInvariantUUID":"54a4da4e-3f0b-495d-b73d-1bc2be029221","resources":[{"resourceInstanceName":"vFW 8abecea9-bec6 0","resourceName":"vFW 8abecea9-bec6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc1c4c73-2318-4259-95fd-93ee2efecc27","resourceInvariantUUID":"f72dc84f-9c58-43fe-a198-34bd4d3a8f0e","resourceCustomizationUUID":"589d42fd-57ac-4556-b31b-6e2616751ae6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml","artifactChecksum":"ZTJhMjllZWQ2OWVkZmIzY2E1MmMyOTdjNGJlMzM4YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5322aacc-2b7f-4666-a92a-81b784760334","artifactVersion":"1"},{"artifactName":"vfw8abecea9bec60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json","artifactChecksum":"NzZiNmI2OTU0ZGU0YTg5YmFmOGQyYzkyMzA3MmQ3ZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d0b2e28-6b10-48a5-9a50-25e27238ec46","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bb95719c-5a1e-4633-a00b-6094c75d6309","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml","artifactChecksum":"MmIyZjI1YTg1NGQ1ZWNmZjc1OTQzMzBlMmYwODVjNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0617c8d2-967c-4cc4-b4d6-e57df647c774","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3543640b-751e-46cf-9153-79283f4bb820","artifactVersion":"2","generatedFromUUID":"bb95719c-5a1e-4633-a00b-6094c75d6309"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713122246-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml","artifactChecksum":"MzZmMTZjMTZmYzI0NTFhN2ZjMTMzNjBlNmY0M2RmYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5aefc1-035a-4c08-8973-c8a1fd5aa8ab","artifactVersion":"1"},{"artifactName":"service-Vfw20220713122246-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar","artifactChecksum":"Y2Q0OTE5YTU0Yjc5NTMwZTRiMDM4MjM2ZGYwNTZkZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df8f0a34-ad0e-4032-a03f-777ad15d2e73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:30:44.209Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:44.210Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:44.212Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:44.212Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:30:44.312Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:44.313Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:44.313Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:44.330Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:44.330Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:45.218Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:45.220Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:45.224Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:45.224Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:30:45.324Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:45.325Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:45.325Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:45.342Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:45.343Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:46.225Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:46.226Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:46.229Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:46.229Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:30:46.329Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:46.330Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:46.330Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:46.351Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:46.352Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:47.230Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:47.230Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:47.233Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:47.233Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:30:47.333Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:47.335Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:47.335Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:47.357Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:47.357Z||pool-38-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:48.233Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:48.234Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:48.236Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:48.237Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:30:48.337Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:48.338Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:48.338Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:48.354Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:48.355Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:49.237Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:49.238Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:49.240Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:49.240Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:30:49.340Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:49.341Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:49.341Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:49.361Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:49.361Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:30:50.241Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:30:50.242Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:50.245Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:50.245Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:30:50.345Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:50.346Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:50.346Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:50.363Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:50.363Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:51.246Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "serviceName": "vFW 2022-07-13 12-22-46",
  "serviceVersion": "1.0",
  "serviceUUID": "2b65a0d4-ae42-49b1-85d9-133e73ea4682",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54a4da4e-3f0b-495d-b73d-1bc2be029221",
  "resources": [
    {
      "resourceInstanceName": "vFW 8abecea9-bec6 0",
      "resourceCustomizationUUID": "589d42fd-57ac-4556-b31b-6e2616751ae6",
      "resourceName": "vFW 8abecea9-bec6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dc1c4c73-2318-4259-95fd-93ee2efecc27",
      "resourceInvariantUUID": "f72dc84f-9c58-43fe-a198-34bd4d3a8f0e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8abecea9bec60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
          "artifactChecksum": "NzZiNmI2OTU0ZGU0YTg5YmFmOGQyYzkyMzA3MmQ3ZDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d0b2e28-6b10-48a5-9a50-25e27238ec46",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bb95719c-5a1e-4633-a00b-6094c75d6309",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3543640b-751e-46cf-9153-79283f4bb820",
            "generatedFromUUID": "bb95719c-5a1e-4633-a00b-6094c75d6309"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3543640b-751e-46cf-9153-79283f4bb820",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713122246-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
      "artifactChecksum": "Y2Q0OTE5YTU0Yjc5NTMwZTRiMDM4MjM2ZGYwNTZkZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df8f0a34-ad0e-4032-a03f-777ad15d2e73"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:30:51.247Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:30:51.247Z|e3af5a78-e337-4987-b801-f7a9acdcc648|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b65a0d4-ae42-49b1-85d9-133e73ea4682 ASDC
2022-07-13T12:30:51.248Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||ASDC Notification:
DistributionID:54d1773f-5e51-489c-9300-9f21f182eba8
ServiceName:vFW 2022-07-13 12-22-46
ServiceVersion:1.0
ServiceUUID:2b65a0d4-ae42-49b1-85d9-133e73ea4682
ServiceInvariantUUID:54a4da4e-3f0b-495d-b73d-1bc2be029221
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713122246-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar
ArtifactUUID:df8f0a34-ad0e-4032-a03f-777ad15d2e73
ArtifactChecksum:Y2Q0OTE5YTU0Yjc5NTMwZTRiMDM4MjM2ZGYwNTZkZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8abecea9-bec6 0
ResourceCustomizationUUID:589d42fd-57ac-4556-b31b-6e2616751ae6
ResourceInvariantUUID:f72dc84f-9c58-43fe-a198-34bd4d3a8f0e
ResourceName:vFW 8abecea9-bec6
ResourceType:VF
ResourceUUID:dc1c4c73-2318-4259-95fd-93ee2efecc27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8abecea9bec60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json
ArtifactUUID:0d0b2e28-6b10-48a5-9a50-25e27238ec46
ArtifactChecksum:NzZiNmI2OTU0ZGU0YTg5YmFmOGQyYzkyMzA3MmQ3ZDU=
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/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml
ArtifactUUID:bb95719c-5a1e-4633-a00b-6094c75d6309
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/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env
ArtifactUUID:3543640b-751e-46cf-9153-79283f4bb820
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/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env
ArtifactUUID:3543640b-751e-46cf-9153-79283f4bb820
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T12:30:51.248Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b65a0d4-ae42-49b1-85d9-133e73ea4682 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:30:51.283Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:30:51.283Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:30:51.284Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:30:51.284Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Trying to download the artifact UUID: df8f0a34-ad0e-4032-a03f-777ad15d2e73 from URL: /sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:51.284Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:30:51.284Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:52.433Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:30:52.446Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar df8f0a34-ad0e-4032-a03f-777ad15d2e73 103074
2022-07-13T12:30:52.447Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar ASDC sendASDCNotification
2022-07-13T12:30:52.447Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:52.447Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:30:52.447Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:52.449Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:52.450Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715452447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:30:52.550Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:52.551Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:52.551Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:52.569Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:52.570Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:53.450Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:30:53.452Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:30:53.452Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Trying to write artifact UUID: df8f0a34-ad0e-4032-a03f-777ad15d2e73, URL: /sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar to file: /app/ASDC/1/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:53.453Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713122246-csar.csar
2022-07-13T12:30:53.453Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:53.453Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:53.665Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13598837919312523328/Definitions/service-Vfw20220713122246-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-07-13T12:30:55.711Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|WARN|500||####################################################################################################
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8abecea9-bec6 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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.712Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?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-Vfw20220713122246-csar.csar
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|WARN|500||####################################################################################################
2022-07-13T12:30:55.713Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.714Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.714Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:55.714Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:30:55.714Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.715Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.716Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.716Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:55.716Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:55.716Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:30:55.716Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.716Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.717Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.718Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:30:55.719Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.719Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:55.719Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:55.719Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.719Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:55.719Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:55.720Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.720Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:55.720Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:55.720Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.720Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:55.720Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.721Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c46b6ffb-427a-4223-a639-a76f9919ee03
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:55.722Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:55.723Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T12:30:55.724Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:30:55.724Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.724Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:30:55.724Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.724Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=62c257e4-c6ea-4b5e-be69-1045e04b7516
2022-07-13T12:30:55.724Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.725Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:55.726Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:30:55.726Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:30:55.726Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:55.726Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:55.726Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T12:30:55.726Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da325291-5fd8-47de-9cbc-b5a920b07089
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.727Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:55.728Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:55.728Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 12-22-46
Description:catalog service description
Model UUID:2b65a0d4-ae42-49b1-85d9-133e73ea4682
Model Version:NULL
Model InvariantUuid:54a4da4e-3f0b-495d-b73d-1bc2be029221
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8abecea9-bec6
Model UUID:e1a70009-d471-40b7-ac1e-0ea911b866c9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f72dc84f-9c58-43fe-a198-34bd4d3a8f0e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:589d42fd-57ac-4556-b31b-6e2616751ae6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e97d6d6-c1c0-4336-8d17-95e2ea4ddf95
ModelName:Vfw8abecea9Bec6..base_vfw..module-0
ModelUuid:7c32ee7e-6e88-4400-b18b-20c5867de002
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c46b6ffb-427a-4223-a639-a76f9919ee03
ModelInvariantUuid:be15289a-c747-4b03-a107-a458b46a1a03
ModelName:vFW 8abecea9-bec6-nodes.vfwCvfc
ModelUuid:e1a0b6d0-606a-4a46-a7c3-dba29632eb94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bb4d80e6-1d61-4910-9d19-ad18f195e42c
ModelInvariantUuid:f2706d90-1b68-414c-8820-1d341eb37239
ModelName:Vfw8abecea9Bec6.compute.nodes.heat.vfw
ModelUuid:da92ee8c-b832-4abf-8994-54e95e1eeab6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:62c257e4-c6ea-4b5e-be69-1045e04b7516
ModelInvariantUuid:4767f8bb-f91d-4267-8023-0021d67257db
ModelName:vFW 8abecea9-bec6-nodes.vsnCvfc
ModelUuid:cb4fa84f-09a5-454b-ba97-641d259a69ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ab8ea8f4-33f2-414a-b686-0af9900b7c8a
ModelInvariantUuid:92093409-db23-48d2-9b85-0b596060b49b
ModelName:Vfw8abecea9Bec6.compute.nodes.heat.vsn
ModelUuid:942b6f46-5ff4-486a-b8b2-4dae0344e7cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:da325291-5fd8-47de-9cbc-b5a920b07089
ModelInvariantUuid:abb0f0ef-24ad-4b81-ac07-685fe5ffd6d7
ModelName:vFW 8abecea9-bec6-nodes.vpgCvfc
ModelUuid:edface9b-b602-4817-9842-cc380f580d54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:612ba73c-de5d-48a4-b66e-1be54072c5d9
ModelInvariantUuid:08dd69fb-9d9d-488a-afa1-09b7c25c3e84
ModelName:Vfw8abecea9Bec6.compute.nodes.heat.vpg
ModelUuid:ddc028f7-9f2c-46d3-89d2-0fcfa4e77ce4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:30:55.735Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: dc1c4c73-2318-4259-95fd-93ee2efecc27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:30:55.738Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||vFW 8abecea9-bec6 0
2022-07-13T12:30:55.738Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: dc1c4c73-2318-4259-95fd-93ee2efecc27
2022-07-13T12:30:55.738Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Trying to download the artifact UUID: 0d0b2e28-6b10-48a5-9a50-25e27238ec46 from URL: /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json
2022-07-13T12:30:55.738Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:30:55.738Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json
2022-07-13T12:30:56.117Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:30:56.117Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json 0d0b2e28-6b10-48a5-9a50-25e27238ec46 785
2022-07-13T12:30:56.118Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json ASDC sendASDCNotification
2022-07-13T12:30:56.118Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json
2022-07-13T12:30:56.118Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:30:56.118Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:56.120Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:56.120Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715456118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:30:56.220Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:56.221Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:56.222Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:56.244Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:56.244Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:30:57.121Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8abecea9Bec6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e97d6d6-c1c0-4336-8d17-95e2ea4ddf95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c32ee7e-6e88-4400-b18b-20c5867de002",
    "vfModuleModelCustomizationUUID": "ab5211fc-4d23-4219-8348-2d741a7c72ea",
    "isBase": true,
    "artifacts": [
      "bb95719c-5a1e-4633-a00b-6094c75d6309",
      "3543640b-751e-46cf-9153-79283f4bb820"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:30:57.125Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8abecea9Bec6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c32ee7e-6e88-4400-b18b-20c5867de002
VfModuleModelInvariantUUID:9e97d6d6-c1c0-4336-8d17-95e2ea4ddf95
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb95719c-5a1e-4633-a00b-6094c75d6309
,
3543640b-751e-46cf-9153-79283f4bb820

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

isBase:true


}

2022-07-13T12:30:57.126Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8abecea9Bec6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e97d6d6-c1c0-4336-8d17-95e2ea4ddf95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c32ee7e-6e88-4400-b18b-20c5867de002",
    "vfModuleModelCustomizationUUID": "ab5211fc-4d23-4219-8348-2d741a7c72ea",
    "isBase": true,
    "artifacts": [
      "bb95719c-5a1e-4633-a00b-6094c75d6309",
      "3543640b-751e-46cf-9153-79283f4bb820"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:30:57.127Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8abecea9Bec6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c32ee7e-6e88-4400-b18b-20c5867de002
VfModuleModelInvariantUUID:9e97d6d6-c1c0-4336-8d17-95e2ea4ddf95
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb95719c-5a1e-4633-a00b-6094c75d6309
,
3543640b-751e-46cf-9153-79283f4bb820

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

isBase:true


}

2022-07-13T12:30:57.127Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Trying to download the artifact UUID: bb95719c-5a1e-4633-a00b-6094c75d6309 from URL: /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml
2022-07-13T12:30:57.127Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:30:57.127Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml
2022-07-13T12:30:57.456Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:30:57.457Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml bb95719c-5a1e-4633-a00b-6094c75d6309 20368
2022-07-13T12:30:57.458Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T12:30:57.458Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml
2022-07-13T12:30:57.458Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:30:57.458Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:57.460Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:57.460Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715457458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:30:57.560Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:30:57.562Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:57.562Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:57.580Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:57.581Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:30:58.461Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Trying to download the artifact UUID: 3543640b-751e-46cf-9153-79283f4bb820 from URL: /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env
2022-07-13T12:30:58.462Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:30:58.463Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env
2022-07-13T12:30:58.863Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:30:58.863Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env 3543640b-751e-46cf-9153-79283f4bb820 2098
2022-07-13T12:30:58.863Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T12:30:58.863Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env
2022-07-13T12:30:58.864Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:30:58.864Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:30:58.866Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:30:58.866Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715458863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:30:58.966Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:30:58.967Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:30:58.968Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:30:58.986Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:30:58.986Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:30:59.867Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Preparing to deploy Service: 2b65a0d4-ae42-49b1-85d9-133e73ea4682
2022-07-13T12:30:59.867Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8abecea9-bec6 0 dc1c4c73-2318-4259-95fd-93ee2efecc27 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:30:59.885Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60742a12, org.onap.sdc.toscaparser.api.parameters.Input@3f8cb5dc, org.onap.sdc.toscaparser.api.parameters.Input@30a2a449, org.onap.sdc.toscaparser.api.parameters.Input@7dd76a4, org.onap.sdc.toscaparser.api.parameters.Input@4638f8f7]
2022-07-13T12:30:59.887Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.887Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.888Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T12:30:59.888Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||VFCustomizationUUID= 589d42fd-57ac-4556-b31b-6e2616751ae6
2022-07-13T12:30:59.888Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 589d42fd-57ac-4556-b31b-6e2616751ae6 matches Tosca VF Customization UUID: 589d42fd-57ac-4556-b31b-6e2616751ae6
2022-07-13T12:30:59.888Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||vfCustomizationUUID: 589d42fd-57ac-4556-b31b-6e2616751ae6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T12:30:59.891Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.891Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.894Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||resource request for resource customization id 589d42fd-57ac-4556-b31b-6e2616751ae6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T12:30:59.895Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55e1c14a
2022-07-13T12:30:59.895Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.895Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:30:59.895Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab5211fc-4d23-4219-8348-2d741a7c72ea
2022-07-13T12:30:59.896Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab5211fc-4d23-4219-8348-2d741a7c72ea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T12:30:59.899Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.900Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:59.900Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:59.900Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.900Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:59.901Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:30:59.902Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.903Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c46b6ffb-427a-4223-a639-a76f9919ee03
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:30:59.905Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.905Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:59.905Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:59.905Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.906Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:59.906Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:59.906Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:30:59.906Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.906Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:59.906Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:30:59.907Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.908Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=62c257e4-c6ea-4b5e-be69-1045e04b7516
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:30:59.910Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.910Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:59.910Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:59.910Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is not matching search criteria
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:30:59.911Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.912Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:30:59.912Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:30:59.912Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:30:59.912Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:30:59.912Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:30:59.913Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T12:30:59.913Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da325291-5fd8-47de-9cbc-b5a920b07089
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:30:59.915Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.916Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:59.916Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:30:59.916Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.916Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Node template vFW 8abecea9-bec6 0 is matching search criteria
2022-07-13T12:30:59.917Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found topology templates [vFW 8abecea9-bec6 0] matching following query criteria: sdcType=VF, customizationUUID=589d42fd-57ac-4556-b31b-6e2616751ae6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:30:59.919Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.919Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.919Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500|| resourceSeq for service uuid 2b65a0d4-ae42-49b1-85d9-133e73ea4682: vFW 8abecea9-bec6
2022-07-13T12:30:59.919Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.919Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.919Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:30:59.920Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Service vFW 2022-07-13 12-22-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:30:59.921Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||Saving Service: vFW 2022-07-13 12-22-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:31:00.091Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8abecea9-bec6 dc1c4c73-2318-4259-95fd-93ee2efecc27 1 ASDC deployResourceStructure
2022-07-13T12:31:00.091Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json ASDC sendASDCNotification
2022-07-13T12:31:00.091Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json
2022-07-13T12:31:00.091Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:31:00.092Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:31:00.093Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:31:00.093Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715460091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:00.194Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:31:00.195Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:31:00.195Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:31:00.212Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:31:00.212Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:31:01.094Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T12:31:01.095Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml
2022-07-13T12:31:01.095Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:31:01.095Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:31:01.097Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:31:01.098Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715461094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:01.198Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:31:01.199Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:31:01.199Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:31:01.215Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:31:01.215Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:31:02.098Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T12:31:02.099Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env
2022-07-13T12:31:02.117Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:31:02.117Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:31:02.124Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:31:02.124Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715462098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:02.224Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:31:02.225Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:31:02.225Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:31:02.245Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:31:02.245Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:31:03.125Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar ASDC sendASDCNotification
2022-07-13T12:31:03.126Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar
2022-07-13T12:31:03.126Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:31:03.126Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:31:03.129Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:31:03.129Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715463125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:03.229Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:31:03.230Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:31:03.230Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:31:03.248Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:31:03.248Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:31:04.131Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:31:04.141Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:31:04.143Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:31:04.144Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:31:04.144Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:31:04.144Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:31:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:31:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:31:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:31:29.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:31:29.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3af5a78-e337-4987-b801-f7a9acdcc648",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715438716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:31:29.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:31:29.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:31:29.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:31:29.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:31:29.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:31:29.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715439737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715452447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715456118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715457458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715458863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715460091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/vfw8abecea9bec60_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715461094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715462098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/resourceInstances/vfw8abecea9bec60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:29.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:29.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:31:29.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715463125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713122246/1.0/artifacts/service-Vfw20220713122246-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:31:29.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:31:34.144Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:31:34.154Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:31:34.157Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:31:34.157Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:31:34.157Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:31:34.157Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:32:04.158Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:32:04.170Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:32:04.172Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:32:04.172Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:32:04.172Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:32:04.172Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:32:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:32:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:32:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:32:34.173Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:32:34.188Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:32:34.191Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:32:34.191Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:32:34.191Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:32:34.191Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:32:38.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:33:04.191Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:33:04.203Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:33:04.205Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:33:04.205Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:33:04.206Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:33:04.206Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:33:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:33:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:33:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:33:34.206Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:33:34.220Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:33:34.222Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:33:34.222Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:33:34.222Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:33:34.222Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:33:38.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:34:04.223Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:34:04.234Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:34:04.236Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:34:04.236Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:34:04.236Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:34:04.236Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:34:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:34:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:34:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:34:34.237Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:34:34.247Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:34:34.249Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:34:34.249Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:34:34.250Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:34:34.250Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:34:38.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:35:04.250Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:35:04.261Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:35:04.264Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:35:04.264Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:35:04.264Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:35:04.264Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:35:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:35:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:35:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:35:29.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:35:29.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715708794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715719497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:35:29.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "cds",
  "timestamp": 1657715720506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:35:29.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4d6a124-070d-4863-b285-5d558d94e361
2022-07-13T12:35:29.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d6a124-070d-4863-b285-5d558d94e361 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715714512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715722481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:35:29.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715717492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715717681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715717804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:29.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715725590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715726046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715726903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:35:29.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715727115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:35:29.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "policy-id",
  "timestamp": 1657715728135,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:35:29.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4d6a124-070d-4863-b285-5d558d94e361
2022-07-13T12:35:29.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d6a124-070d-4863-b285-5d558d94e361 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:35:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715728288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:35:29.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:35:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:35:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:35:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:35:34.265Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:35:34.275Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:35:34.277Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:35:34.277Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:35:34.277Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:35:34.278Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:36:04.278Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:36:04.278Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 54d1773f-5e51-489c-9300-9f21f182eba8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:36:04.283Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54d1773f-5e51-489c-9300-9f21f182eba8 and serviceModelVersionId: 2b65a0d4-ae42-49b1-85d9-133e73ea4682
2022-07-13T12:36:04.283Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54a4da4e-3f0b-495d-b73d-1bc2be029221
2022-07-13T12:36:04.285Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0
2022-07-13T12:36:04.299Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:36:04.354Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fdc469f-15f0-40d3-8ebb-5a8ac31b9d40/model-vers/model-ver/ac96f322-4826-4116-a3a7-ba6ef70d048c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:36:04.356Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Invoke
2022-07-13T12:36:05.889Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:36:05.891Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Invoke
2022-07-13T12:36:07.428Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:36:07.431Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Invoke
2022-07-13T12:36:08.459Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:36:08.460Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-07-13T12:36:08.461Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:36:08.461Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-07-13T12:36:08.467Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-07-13T12:36:08.467Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54d1773f-5e51-489c-9300-9f21f182eba8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:36:08.467Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:36:08.468Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:08.470Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:08.471Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715768467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:36:08.571Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:08.572Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:08.572Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:08.599Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:08.599Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:36:09.490Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:36:09.491Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-07-13T12:36:09.491Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:13.977Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:13.978Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||received message from topic
2022-07-13T12:36:13.979Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c4d6a124-070d-4863-b285-5d558d94e361","serviceName":"vFW 2022-07-13 12-33-12","serviceVersion":"1.0","serviceUUID":"e4191ed4-73df-415b-9637-2943c537385e","serviceDescription":"catalog service description","serviceInvariantUUID":"332cf0b1-7da5-4cac-8396-e5b841e51323","resources":[{"resourceInstanceName":"vFW a9bf883e-c649 0","resourceName":"vFW a9bf883e-c649","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab","resourceInvariantUUID":"22081553-4027-4825-bfd9-606b91f12b04","resourceCustomizationUUID":"0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml","artifactChecksum":"OGFiYzBhMjc1MzBmMTg2OGY3NTNlN2IzZDhkYzY0NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f5cc27b-19ac-406a-9e00-ebd5c1005a02","artifactVersion":"1"},{"artifactName":"vfwa9bf883ec6490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json","artifactChecksum":"MTBhMGZhODk2MDM3NWE0MjZhODliMjk5MDA3YTZkYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8777d8ca-fd12-40aa-801a-2b412964b1f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb12d52e-9393-4cc3-ae5a-d21fdb720d50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml","artifactChecksum":"MTZiODM4NDQyNGZkOTY5YTlkZDRjOTdmYTI3N2JhZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bcb240a7-0402-4d23-8ab0-18c5d740243c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c699ed0-c1db-4584-bc0a-0b404e448a69","artifactVersion":"2","generatedFromUUID":"fb12d52e-9393-4cc3-ae5a-d21fdb720d50"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713123312-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml","artifactChecksum":"NWM2ZmYxNjU5ZDhkOGUzZjc1YTQ1NjE3YmNiY2NlZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff52bebc-5d30-4e7d-9674-2bcccb705c71","artifactVersion":"1"},{"artifactName":"service-Vfw20220713123312-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar","artifactChecksum":"MzBhY2FlMzFjY2MzODVmYWMxNWQ2OGYwNzFiN2U3ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4212ba4-3f25-4f8a-ba4f-447d5e408b53","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:36:13.982Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:13.983Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:13.985Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:13.986Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:36:14.086Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:36:14.086Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:14.087Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:14.110Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:14.110Z||pool-51-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:36:14.987Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:14.988Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:14.991Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:14.991Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:36:15.091Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:15.092Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:15.092Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:15.110Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:15.111Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:15.991Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:15.992Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:15.995Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:15.995Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:36:16.096Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T12:36:16.097Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:16.097Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:16.111Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:16.111Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:36:16.996Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:16.997Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:17.000Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:17.001Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:36:17.101Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:36:17.101Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:17.101Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:17.116Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:17.116Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:18.001Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:18.002Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:18.005Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:18.005Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:36:18.109Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-13T12:36:18.110Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:18.110Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:18.126Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:18.126Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:36:19.005Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:19.006Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:19.008Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:19.009Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:36:19.109Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:19.110Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:19.110Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:19.124Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:19.125Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:20.009Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:36:20.010Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:20.013Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:20.013Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:36:20.113Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:20.114Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:20.114Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:20.130Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:20.130Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:21.015Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "serviceName": "vFW 2022-07-13 12-33-12",
  "serviceVersion": "1.0",
  "serviceUUID": "e4191ed4-73df-415b-9637-2943c537385e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "332cf0b1-7da5-4cac-8396-e5b841e51323",
  "resources": [
    {
      "resourceInstanceName": "vFW a9bf883e-c649 0",
      "resourceCustomizationUUID": "0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3",
      "resourceName": "vFW a9bf883e-c649",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab",
      "resourceInvariantUUID": "22081553-4027-4825-bfd9-606b91f12b04",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa9bf883ec6490_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
          "artifactChecksum": "MTBhMGZhODk2MDM3NWE0MjZhODliMjk5MDA3YTZkYmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8777d8ca-fd12-40aa-801a-2b412964b1f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fb12d52e-9393-4cc3-ae5a-d21fdb720d50",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c699ed0-c1db-4584-bc0a-0b404e448a69",
            "generatedFromUUID": "fb12d52e-9393-4cc3-ae5a-d21fdb720d50"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c699ed0-c1db-4584-bc0a-0b404e448a69",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713123312-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
      "artifactChecksum": "MzBhY2FlMzFjY2MzODVmYWMxNWQ2OGYwNzFiN2U3ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4212ba4-3f25-4f8a-ba4f-447d5e408b53"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:36:21.016Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:36:21.016Z|54d1773f-5e51-489c-9300-9f21f182eba8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e4191ed4-73df-415b-9637-2943c537385e ASDC
2022-07-13T12:36:21.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c4d6a124-070d-4863-b285-5d558d94e361
ServiceName:vFW 2022-07-13 12-33-12
ServiceVersion:1.0
ServiceUUID:e4191ed4-73df-415b-9637-2943c537385e
ServiceInvariantUUID:332cf0b1-7da5-4cac-8396-e5b841e51323
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713123312-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar
ArtifactUUID:c4212ba4-3f25-4f8a-ba4f-447d5e408b53
ArtifactChecksum:MzBhY2FlMzFjY2MzODVmYWMxNWQ2OGYwNzFiN2U3ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a9bf883e-c649 0
ResourceCustomizationUUID:0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3
ResourceInvariantUUID:22081553-4027-4825-bfd9-606b91f12b04
ResourceName:vFW a9bf883e-c649
ResourceType:VF
ResourceUUID:dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa9bf883ec6490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json
ArtifactUUID:8777d8ca-fd12-40aa-801a-2b412964b1f4
ArtifactChecksum:MTBhMGZhODk2MDM3NWE0MjZhODliMjk5MDA3YTZkYmQ=
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/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml
ArtifactUUID:fb12d52e-9393-4cc3-ae5a-d21fdb720d50
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/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env
ArtifactUUID:9c699ed0-c1db-4584-bc0a-0b404e448a69
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/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env
ArtifactUUID:9c699ed0-c1db-4584-bc0a-0b404e448a69
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T12:36:21.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4191ed4-73df-415b-9637-2943c537385e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:36:21.052Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:36:21.053Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:36:21.053Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:36:21.053Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Trying to download the artifact UUID: c4212ba4-3f25-4f8a-ba4f-447d5e408b53 from URL: /sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:21.054Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:36:21.054Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:21.563Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:36:21.583Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar c4212ba4-3f25-4f8a-ba4f-447d5e408b53 103083
2022-07-13T12:36:21.584Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar ASDC sendASDCNotification
2022-07-13T12:36:21.584Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:21.584Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:36:21.584Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:21.589Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:21.589Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715781584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:36:21.692Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-13T12:36:21.693Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:21.693Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:21.708Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:21.708Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:22.590Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:36:22.591Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:36:22.591Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Trying to write artifact UUID: c4212ba4-3f25-4f8a-ba4f-447d5e408b53, URL: /sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar to file: /app/ASDC/1/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:22.592Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713123312-csar.csar
2022-07-13T12:36:22.593Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:22.593Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:22.827Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8851046188576525867/Definitions/service-Vfw20220713123312-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-07-13T12:36:25.011Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:36:25.012Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|WARN|500||####################################################################################################
2022-07-13T12:36:25.012Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.012Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T12:36:25.012Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.012Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9bf883e-c649 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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.013Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?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-Vfw20220713123312-csar.csar
2022-07-13T12:36:25.014Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|WARN|500||####################################################################################################
2022-07-13T12:36:25.014Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.014Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.014Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:25.015Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:36:25.015Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:36:25.015Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.015Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.016Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:25.016Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:36:25.016Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:36:25.016Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.016Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.017Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.018Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:36:25.019Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.019Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:36:25.019Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.019Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T12:36:25.019Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.019Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:36:25.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:25.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:25.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:25.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:25.021Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.021Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:25.021Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:25.021Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.021Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:36:25.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:36:25.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce4ebecb-bc29-4851-b45c-f26cf13ffb1e
2022-07-13T12:36:25.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.024Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:25.024Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:25.024Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:25.024Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:36:25.024Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.024Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:36:25.025Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f10159bf-1e46-423b-a2ad-244165730824
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:36:25.026Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.027Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.027Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:36:25.027Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.027Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:36:25.027Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:36:25.027Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e329b886-b613-4715-b671-b411f9aac432
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.028Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.029Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.029Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.029Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:25.029Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:25.029Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 12-33-12
Description:catalog service description
Model UUID:e4191ed4-73df-415b-9637-2943c537385e
Model Version:NULL
Model InvariantUuid:332cf0b1-7da5-4cac-8396-e5b841e51323
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a9bf883e-c649
Model UUID:58ac0f2d-d569-4f4e-98fe-aec0b8160162
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22081553-4027-4825-bfd9-606b91f12b04
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:303e8aea-635a-4e08-9a1f-acc8df2a02da
ModelName:VfwA9bf883eC649..base_vfw..module-0
ModelUuid:d2bd6063-c3dc-404c-80dc-1a07fcb1cc59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce4ebecb-bc29-4851-b45c-f26cf13ffb1e
ModelInvariantUuid:d6ad975d-867c-40d2-b120-c2d0fe04d5f7
ModelName:vFW a9bf883e-c649-nodes.vfwCvfc
ModelUuid:a8d913d0-5c4c-4985-bdf7-b70c6e20799e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a054ac32-aea3-4602-9468-ad1b1eac8cbe
ModelInvariantUuid:957f6ba4-2e7c-4f1b-919e-f0fafd49031a
ModelName:VfwA9bf883eC649.compute.nodes.heat.vfw
ModelUuid:6fcbf661-e40c-4109-9de8-9ca88c8d0638
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f10159bf-1e46-423b-a2ad-244165730824
ModelInvariantUuid:98a5fdb7-c608-4390-8b0c-b260a47d279c
ModelName:vFW a9bf883e-c649-nodes.vsnCvfc
ModelUuid:e535eaa8-ed44-495f-bdf8-b71d40ff1c8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f2f8a4ca-e209-4e6c-9539-03e7732fa64c
ModelInvariantUuid:b6edc52e-d4b0-4736-af5d-7550ad5b76f7
ModelName:VfwA9bf883eC649.compute.nodes.heat.vsn
ModelUuid:b7af7c83-1148-4172-979e-4ebf1ea7fb85
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e329b886-b613-4715-b671-b411f9aac432
ModelInvariantUuid:5ebf410b-36a0-4ec4-9d2c-114ae7f5f509
ModelName:vFW a9bf883e-c649-nodes.vpgCvfc
ModelUuid:c5c811bd-f9b4-436c-9937-bf482be0690d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eacb6dcb-27d9-4663-9618-bbb5b8ce8bd2
ModelInvariantUuid:6241f339-cafe-4cdf-ab71-d9de2f447800
ModelName:VfwA9bf883eC649.compute.nodes.heat.vpg
ModelUuid:ff9026ea-13fe-4b08-ac6c-ff57136a702e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:36:25.038Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:36:25.042Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||vFW a9bf883e-c649 0
2022-07-13T12:36:25.042Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab
2022-07-13T12:36:25.042Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Trying to download the artifact UUID: 8777d8ca-fd12-40aa-801a-2b412964b1f4 from URL: /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json
2022-07-13T12:36:25.042Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:36:25.043Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json
2022-07-13T12:36:25.347Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:36:25.347Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json 8777d8ca-fd12-40aa-801a-2b412964b1f4 785
2022-07-13T12:36:25.347Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json ASDC sendASDCNotification
2022-07-13T12:36:25.347Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json
2022-07-13T12:36:25.348Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:36:25.348Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:25.350Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:25.350Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715785347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:36:25.450Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:25.451Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:25.452Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:25.469Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:25.470Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:26.351Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA9bf883eC649..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "303e8aea-635a-4e08-9a1f-acc8df2a02da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2bd6063-c3dc-404c-80dc-1a07fcb1cc59",
    "vfModuleModelCustomizationUUID": "59d41007-5344-479d-a594-6823fad63702",
    "isBase": true,
    "artifacts": [
      "fb12d52e-9393-4cc3-ae5a-d21fdb720d50",
      "9c699ed0-c1db-4584-bc0a-0b404e448a69"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:36:26.355Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9bf883eC649..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2bd6063-c3dc-404c-80dc-1a07fcb1cc59
VfModuleModelInvariantUUID:303e8aea-635a-4e08-9a1f-acc8df2a02da
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb12d52e-9393-4cc3-ae5a-d21fdb720d50
,
9c699ed0-c1db-4584-bc0a-0b404e448a69

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

isBase:true


}

2022-07-13T12:36:26.357Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA9bf883eC649..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "303e8aea-635a-4e08-9a1f-acc8df2a02da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2bd6063-c3dc-404c-80dc-1a07fcb1cc59",
    "vfModuleModelCustomizationUUID": "59d41007-5344-479d-a594-6823fad63702",
    "isBase": true,
    "artifacts": [
      "fb12d52e-9393-4cc3-ae5a-d21fdb720d50",
      "9c699ed0-c1db-4584-bc0a-0b404e448a69"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:36:26.357Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA9bf883eC649..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2bd6063-c3dc-404c-80dc-1a07fcb1cc59
VfModuleModelInvariantUUID:303e8aea-635a-4e08-9a1f-acc8df2a02da
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb12d52e-9393-4cc3-ae5a-d21fdb720d50
,
9c699ed0-c1db-4584-bc0a-0b404e448a69

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

isBase:true


}

2022-07-13T12:36:26.357Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Trying to download the artifact UUID: fb12d52e-9393-4cc3-ae5a-d21fdb720d50 from URL: /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml
2022-07-13T12:36:26.357Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:36:26.357Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml
2022-07-13T12:36:26.513Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:36:26.514Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml fb12d52e-9393-4cc3-ae5a-d21fdb720d50 20368
2022-07-13T12:36:26.514Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T12:36:26.514Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml
2022-07-13T12:36:26.514Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:36:26.514Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:26.516Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:26.517Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715786514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:36:26.618Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:26.619Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:26.619Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:26.639Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:26.640Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:27.518Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Trying to download the artifact UUID: 9c699ed0-c1db-4584-bc0a-0b404e448a69 from URL: /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env
2022-07-13T12:36:27.518Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:36:27.518Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env
2022-07-13T12:36:27.785Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:36:27.786Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env 9c699ed0-c1db-4584-bc0a-0b404e448a69 2098
2022-07-13T12:36:27.786Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T12:36:27.786Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env
2022-07-13T12:36:27.786Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:36:27.787Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:27.789Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:27.789Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715787786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:36:27.889Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:27.890Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:27.890Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:27.907Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:27.908Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:28.790Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Preparing to deploy Service: e4191ed4-73df-415b-9637-2943c537385e
2022-07-13T12:36:28.790Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9bf883e-c649 0 dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:36:28.810Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69c0c8f0, org.onap.sdc.toscaparser.api.parameters.Input@4fc36b07, org.onap.sdc.toscaparser.api.parameters.Input@8caa68a, org.onap.sdc.toscaparser.api.parameters.Input@675f9a45, org.onap.sdc.toscaparser.api.parameters.Input@8375916]
2022-07-13T12:36:28.812Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.812Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.812Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T12:36:28.813Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||VFCustomizationUUID= 0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3
2022-07-13T12:36:28.813Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3 matches Tosca VF Customization UUID: 0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3
2022-07-13T12:36:28.813Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||vfCustomizationUUID: 0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T12:36:28.815Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.815Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.816Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||resource request for resource customization id 0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T12:36:28.816Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a4dac6b
2022-07-13T12:36:28.816Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.816Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:36:28.816Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59d41007-5344-479d-a594-6823fad63702
2022-07-13T12:36:28.816Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59d41007-5344-479d-a594-6823fad63702
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T12:36:28.818Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.819Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:28.819Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:28.819Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.819Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:28.820Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:28.820Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.820Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:28.820Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:28.820Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:28.820Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:28.821Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:36:28.822Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.822Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce4ebecb-bc29-4851-b45c-f26cf13ffb1e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:36:28.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:28.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:28.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:28.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T12:36:28.826Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T12:36:28.826Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:28.826Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T12:36:28.826Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.826Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f10159bf-1e46-423b-a2ad-244165730824
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:36:28.828Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.828Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:28.828Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:28.828Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is not matching search criteria
2022-07-13T12:36:28.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T12:36:28.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T12:36:28.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T12:36:28.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T12:36:28.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T12:36:28.831Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e329b886-b613-4715-b671-b411f9aac432
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:36:28.832Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:28.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:36:28.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Node template vFW a9bf883e-c649 0 is matching search criteria
2022-07-13T12:36:28.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found topology templates [vFW a9bf883e-c649 0] matching following query criteria: sdcType=VF, customizationUUID=0db3cff8-7c6e-4d62-a426-9ceff2c3e9f3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:36:28.835Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.835Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.835Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500|| resourceSeq for service uuid e4191ed4-73df-415b-9637-2943c537385e: vFW a9bf883e-c649
2022-07-13T12:36:28.835Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.836Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.837Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:36:28.837Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Service vFW 2022-07-13 12-33-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:36:28.837Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||Saving Service: vFW 2022-07-13 12-33-12 
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=?
2022-07-13T12:36:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:36:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:36:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
2022-07-13T12:36:28.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:28.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:36:28.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715729318,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
2022-07-13T12:36:28.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4d6a124-070d-4863-b285-5d558d94e361
2022-07-13T12:36:28.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d6a124-070d-4863-b285-5d558d94e361 and ComponentName POLICY
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:36:28.995Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9bf883e-c649 dc2cb2ae-fdd1-45be-8a90-0be97c4c01ab 1 ASDC deployResourceStructure
2022-07-13T12:36:28.995Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json ASDC sendASDCNotification
2022-07-13T12:36:28.995Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json
2022-07-13T12:36:28.996Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:36:28.996Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:28.999Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:28.999Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715788995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:36:29.099Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:29.100Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:29.100Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:29.116Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:29.116Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:30.000Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T12:36:30.001Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml
2022-07-13T12:36:30.001Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:36:30.001Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:30.003Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:30.003Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715790000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:36:30.103Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:30.104Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:30.104Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:30.130Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:30.131Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:31.004Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T12:36:31.004Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env
2022-07-13T12:36:31.004Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:36:31.005Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:31.007Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:31.007Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715791003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:36:31.107Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:31.108Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:31.108Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:31.123Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:31.124Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:32.008Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar ASDC sendASDCNotification
2022-07-13T12:36:32.008Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar
2022-07-13T12:36:32.008Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:36:32.008Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:36:32.010Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:36:32.010Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715792007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:36:32.110Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:36:32.111Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:36:32.111Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:36:32.128Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:36:32.128Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:36:33.011Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:36:33.020Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:36:33.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:36:33.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:36:33.022Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:37:03.023Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:37:03.045Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:37:03.048Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:37:03.048Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:37:03.048Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:37:28.857Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:37:28.859Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:37:28.860Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:37:28.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:37:28.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:37:28.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:37:28.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:37:33.048Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:37:33.072Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:37:33.074Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:37:33.074Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:37:33.074Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:38:03.075Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:38:03.088Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:38:03.090Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:38:03.090Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:38:03.090Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:38:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:38:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:38:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:38:28.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:38:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715730324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:38:28.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715727757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:38:28.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715735739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:38:28.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "aai-ml",
  "timestamp": 1657715736743,
  "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-07-13T12:38:28.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c4d6a124-070d-4863-b285-5d558d94e361
2022-07-13T12:38:28.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d6a124-070d-4863-b285-5d558d94e361 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:38:28.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715748184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:38:28.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715751186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:38:28.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "clamp",
  "timestamp": 1657715752200,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:38:28.926Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4d6a124-070d-4863-b285-5d558d94e361
2022-07-13T12:38:28.926Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4d6a124-070d-4863-b285-5d558d94e361 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54d1773f-5e51-489c-9300-9f21f182eba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715768467,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:38:28.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:38:28.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715769490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:38:28.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:38:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715781584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715785347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715786514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:38:28.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:28.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:38:28.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715787786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:38:28.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:38:33.091Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:38:33.100Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:38:33.102Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:38:33.102Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:38:33.103Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:38:33.103Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:39:03.103Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:39:03.114Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:39:03.116Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:39:03.117Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:39:03.117Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:39:03.117Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:39:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:39:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:39:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:39:28.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:39:28.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715788995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/vfwa9bf883ec6490_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715790000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715791003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/resourceInstances/vfwa9bf883ec6490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:39:28.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657715792007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713123312/1.0/artifacts/service-Vfw20220713123312-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715837492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715837681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "aai-ml",
  "timestamp": 1657715834512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "policy-id",
  "timestamp": 1657715837806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715837681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715837492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "aai-ml",
  "timestamp": 1657715834512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "policy-id",
  "timestamp": 1657715837806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "cds",
  "timestamp": 1657715843794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "cds",
  "timestamp": 1657715843794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "aai-ml",
  "timestamp": 1657715845094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "policy-id",
  "timestamp": 1657715846134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "cds",
  "timestamp": 1657715846827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:39:28.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "policy-id",
  "timestamp": 1657715847164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:39:28.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:39:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "cds",
  "timestamp": 1657715847834,
  "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-07-13T12:39:28.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c738d2b8-48c8-4ddd-b981-1b6ad243b535
2022-07-13T12:39:28.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c738d2b8-48c8-4ddd-b981-1b6ad243b535 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:39:28.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "policy-id",
  "timestamp": 1657715848185,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:39:28.920Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c738d2b8-48c8-4ddd-b981-1b6ad243b535
2022-07-13T12:39:28.920Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c738d2b8-48c8-4ddd-b981-1b6ad243b535 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:39:28.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:39:28.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "clamp",
  "timestamp": 1657715847761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:39:28.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:39:33.117Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:39:33.127Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:39:33.130Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:39:33.130Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:39:33.130Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:39:33.130Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:40:03.130Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:40:03.142Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:40:03.144Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:40:03.144Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:40:03.144Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:40:03.144Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:40:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:40:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:40:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:40:28.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:40:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:40:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "clamp",
  "timestamp": 1657715847761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:40:28.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:40:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:40:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "aai-ml",
  "timestamp": 1657715849880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:40:28.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:40:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:40:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "aai-ml",
  "timestamp": 1657715850883,
  "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-07-13T12:40:28.903Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c738d2b8-48c8-4ddd-b981-1b6ad243b535
2022-07-13T12:40:28.903Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c738d2b8-48c8-4ddd-b981-1b6ad243b535 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:40:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:40:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "clamp",
  "timestamp": 1657715860257,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:40:28.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:40:28.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:40:28.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "clamp",
  "timestamp": 1657715862344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:40:28.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:40:28.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:40:28.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "clamp",
  "timestamp": 1657715863348,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:40:28.917Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c738d2b8-48c8-4ddd-b981-1b6ad243b535
2022-07-13T12:40:28.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c738d2b8-48c8-4ddd-b981-1b6ad243b535 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:40:33.145Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:40:33.155Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:40:33.158Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:40:33.158Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:40:33.158Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:40:33.158Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:41:03.158Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:41:03.170Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:41:03.172Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:41:03.172Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:41:03.172Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:41:03.172Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:41:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:41:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:41:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:28.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:41:28.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715933794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715937492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715945445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:41:28.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657715937681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715937813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715937759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "cds",
  "timestamp": 1657715946452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:41:28.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2d322e7-3728-4e2a-ba52-32ae65fa1468
2022-07-13T12:41:28.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2d322e7-3728-4e2a-ba52-32ae65fa1468 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:41:28.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715946596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715947789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715947580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657715948794,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:41:28.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f2d322e7-3728-4e2a-ba52-32ae65fa1468
2022-07-13T12:41:28.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2d322e7-3728-4e2a-ba52-32ae65fa1468 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:41:28.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715948682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:41:28.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "policy-id",
  "timestamp": 1657715949769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:41:28.970Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2d322e7-3728-4e2a-ba52-32ae65fa1468
2022-07-13T12:41:28.970Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2d322e7-3728-4e2a-ba52-32ae65fa1468 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:41:28.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715958250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715960298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:41:28.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:28.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "clamp",
  "timestamp": 1657715961378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:41:28.983Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2d322e7-3728-4e2a-ba52-32ae65fa1468
2022-07-13T12:41:28.983Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2d322e7-3728-4e2a-ba52-32ae65fa1468 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:41:28.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:28.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715954512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:41:28.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:41:28.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:41:28.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715963513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:41:28.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:41:33.173Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:41:33.173Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c4d6a124-070d-4863-b285-5d558d94e361 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:41:33.180Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4d6a124-070d-4863-b285-5d558d94e361 and serviceModelVersionId: e4191ed4-73df-415b-9637-2943c537385e
2022-07-13T12:41:33.180Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 332cf0b1-7da5-4cac-8396-e5b841e51323
2022-07-13T12:41:33.182Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0
2022-07-13T12:41:33.189Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54a4da4e-3f0b-495d-b73d-1bc2be029221/model-vers/model-ver/2b65a0d4-ae42-49b1-85d9-133e73ea4682?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:41:33.250Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Invoke
2022-07-13T12:41:33.251Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5db988b0-1283-4a11-a843-1136362a1e4d], X-ECOMP-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], X-TransactionId=[], X-ONAP-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], Content-Type=[application/merge-patch+json]}
2022-07-13T12:41:34.792Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Invoke
2022-07-13T12:41:34.792Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66cc0aa5-1495-4764-a081-86b869bb9cba], X-ECOMP-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], X-TransactionId=[], X-ONAP-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], Content-Type=[application/merge-patch+json]}
2022-07-13T12:41:36.329Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Invoke
2022-07-13T12:41:36.330Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5a92d32-faf1-489e-bdbc-9b918bd7e13e], X-ECOMP-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], X-TransactionId=[], X-ONAP-RequestID=[c4d6a124-070d-4863-b285-5d558d94e361], Content-Type=[application/merge-patch+json]}
2022-07-13T12:41:37.362Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:41:37.363Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:37.363Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:41:37.364Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:37.369Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:37.369Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4d6a124-070d-4863-b285-5d558d94e361 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:41:37.369Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:41:37.370Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:41:37.373Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:41:37.373Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716097369,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:41:37.473Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:41:37.474Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:41:37.474Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:37.491Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:37.492Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:41:38.387Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:41:38.388Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:38.388Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:42.824Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:42.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||received message from topic
2022-07-13T12:41:42.825Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c738d2b8-48c8-4ddd-b981-1b6ad243b535","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"86d25690-d47a-40b7-919b-30dd27bac4c6","serviceDescription":"service","serviceInvariantUUID":"4377956a-5dca-4cc4-ad88-b4e4d1380b9f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"91c6a479-8f33-4b27-b77a-4f333fc209ec","resourceInvariantUUID":"eb2b6416-f689-46c9-8449-f7fc5b3bd639","resourceCustomizationUUID":"69baf5e0-0d36-44be-9401-9cce36cec79f","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":"MzUwMTIwNjEyZTUwYjM2YjYyODI5NmQwZjYwZDY3NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa13285e-5f35-45d1-89e5-5ed316e6575d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGVlMjg5MzQ5MTkxYjZiYmMxYWMzNWFkMDAzMzk1MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29b963c7-d40a-4a08-bad5-a8432e427107","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:41:42.829Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:41:42.830Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:41:42.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:41:42.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:41:42.933Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:41:42.934Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:41:42.934Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:42.950Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:42.950Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:41:43.833Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:41:43.834Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:41:43.837Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:41:43.837Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:41:43.937Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:41:43.938Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:41:43.938Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:43.990Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:43.991Z||pool-68-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:41:44.838Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "86d25690-d47a-40b7-919b-30dd27bac4c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4377956a-5dca-4cc4-ad88-b4e4d1380b9f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69baf5e0-0d36-44be-9401-9cce36cec79f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "91c6a479-8f33-4b27-b77a-4f333fc209ec",
      "resourceInvariantUUID": "eb2b6416-f689-46c9-8449-f7fc5b3bd639",
      "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": "OGVlMjg5MzQ5MTkxYjZiYmMxYWMzNWFkMDAzMzk1MGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29b963c7-d40a-4a08-bad5-a8432e427107"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:41:44.838Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:41:44.838Z|c4d6a124-070d-4863-b285-5d558d94e361|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86d25690-d47a-40b7-919b-30dd27bac4c6 ASDC
2022-07-13T12:41:44.839Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c738d2b8-48c8-4ddd-b981-1b6ad243b535
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:86d25690-d47a-40b7-919b-30dd27bac4c6
ServiceInvariantUUID:4377956a-5dca-4cc4-ad88-b4e4d1380b9f
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:29b963c7-d40a-4a08-bad5-a8432e427107
ArtifactChecksum:OGVlMjg5MzQ5MTkxYjZiYmMxYWMzNWFkMDAzMzk1MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69baf5e0-0d36-44be-9401-9cce36cec79f
ResourceInvariantUUID:eb2b6416-f689-46c9-8449-f7fc5b3bd639
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:91c6a479-8f33-4b27-b77a-4f333fc209ec
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-13T12:41:44.839Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86d25690-d47a-40b7-919b-30dd27bac4c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:41:44.867Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:41:44.867Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:41:44.867Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:41:44.867Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Trying to download the artifact UUID: 29b963c7-d40a-4a08-bad5-a8432e427107 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-13T12:41:44.868Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:41:44.868Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:45.397Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:41:45.400Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 29b963c7-d40a-4a08-bad5-a8432e427107 56529
2022-07-13T12:41:45.401Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:45.401Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:45.401Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:41:45.401Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:41:45.403Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:41:45.403Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716105400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:41:45.503Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:41:45.504Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:41:45.504Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:45.519Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:45.520Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:41:46.404Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:41:46.406Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:41:46.407Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Trying to write artifact UUID: 29b963c7-d40a-4a08-bad5-a8432e427107, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-13T12:41:46.407Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-13T12:41:46.409Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-13T12:41:46.409Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-13T12:41:46.603Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2636105745843749910/Definitions/service-BasicNetwork-template.yml
2022-07-13T12:41:47.220Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|WARN|500||####################################################################################################
2022-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.221Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|WARN|500||####################################################################################################
2022-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.222Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:41:47.223Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.224Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.225Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.225Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.225Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.225Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:86d25690-d47a-40b7-919b-30dd27bac4c6
Model Version:NULL
Model InvariantUuid:4377956a-5dca-4cc4-ad88-b4e4d1380b9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:eb2b6416-f689-46c9-8449-f7fc5b3bd639
Model UUID:ec1ff882-14d9-453b-8b6e-81cc48a449cb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:69baf5e0-0d36-44be-9401-9cce36cec79f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:41:47.232Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 91c6a479-8f33-4b27-b77a-4f333fc209ec
2022-07-13T12:41:47.233Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||No resources found for Service: 86d25690-d47a-40b7-919b-30dd27bac4c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:41:47.237Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||
2022-07-13T12:41:47.237Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-13T12:41:47.238Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||No resources found for Service: 86d25690-d47a-40b7-919b-30dd27bac4c6
2022-07-13T12:41:47.238Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Preparing to deploy Service: 86d25690-d47a-40b7-919b-30dd27bac4c6
2022-07-13T12:41:47.238Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-13T12:41:47.238Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.243Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27a0c3e, org.onap.sdc.toscaparser.api.parameters.Input@2546de8e, org.onap.sdc.toscaparser.api.parameters.Input@5839caf6, org.onap.sdc.toscaparser.api.parameters.Input@5badf815, org.onap.sdc.toscaparser.api.parameters.Input@9e404a2]
2022-07-13T12:41:47.245Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.245Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.245Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.245Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.245Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500|| resourceSeq for service uuid 86d25690-d47a-40b7-919b-30dd27bac4c6: Generic NeutronNet
2022-07-13T12:41:47.245Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.246Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.246Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.246Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.275Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.276Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.276Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.276Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.276Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:41:47.276Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:41:47.276Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.324Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-13T12:41:47.324Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.324Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?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-07-13T12:41:47.324Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:41:47.324Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:41:47.326Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:41:47.326Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716107324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:41:47.427Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T12:41:47.428Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:41:47.428Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:41:47.444Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:41:47.444Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:41:48.327Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:41:48.337Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:41:48.339Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:41:48.339Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:41:48.339Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:41:48.339Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:42:18.340Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:42:18.349Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:42:18.351Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:42:18.351Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:42:18.351Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:42:18.352Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:42:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:42:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:42:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:42:28.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:42:28.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:42:28.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715969849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:42:28.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:42:28.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:42:28.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "aai-ml",
  "timestamp": 1657715970853,
  "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-07-13T12:42:28.893Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f2d322e7-3728-4e2a-ba52-32ae65fa1468
2022-07-13T12:42:28.893Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2d322e7-3728-4e2a-ba52-32ae65fa1468 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:42:48.352Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:42:48.367Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:42:48.369Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:42:48.369Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:42:48.369Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:42:48.370Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:43:18.370Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:43:18.381Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:43:18.383Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:43:18.383Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:43:18.384Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:43:18.384Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:43:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:43:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:43:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:43:28.884Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:43:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716023794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716027763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716039132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "cds",
  "timestamp": 1657716040139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:28.921Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3746d50e-a7d3-4a2a-9afa-43d385a7a451
2022-07-13T12:43:28.921Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:28.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716037492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716037681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716037803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716047700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716048330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716049069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716049348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716050434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "policy-id",
  "timestamp": 1657716050360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:43:28.943Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3746d50e-a7d3-4a2a-9afa-43d385a7a451
2022-07-13T12:43:28.943Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:28.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716051661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716052715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:43:28.955Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3746d50e-a7d3-4a2a-9afa-43d385a7a451
2022-07-13T12:43:28.955Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716053723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716044512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716054249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716054694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716056283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:43:28.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "clamp",
  "timestamp": 1657716057320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:43:28.968Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3746d50e-a7d3-4a2a-9afa-43d385a7a451
2022-07-13T12:43:28.968Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:28.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716063387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:43:28.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "aai-ml",
  "timestamp": 1657716064391,
  "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-07-13T12:43:28.988Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3746d50e-a7d3-4a2a-9afa-43d385a7a451
2022-07-13T12:43:28.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:28.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716057492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:28.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716057681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716053794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716058335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716057806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:28.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716067103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716067338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716067227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:28.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:28.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "cds",
  "timestamp": 1657716068346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:29.011Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68076fb5-a748-44ec-af83-93d5b020ebe5
2022-07-13T12:43:29.011Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68076fb5-a748-44ec-af83-93d5b020ebe5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:29.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716068501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:29.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:29.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716068278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:43:29.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:29.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "policy-id",
  "timestamp": 1657716069335,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:43:29.029Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68076fb5-a748-44ec-af83-93d5b020ebe5
2022-07-13T12:43:29.030Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68076fb5-a748-44ec-af83-93d5b020ebe5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:29.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716070199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:29.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:29.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716071228,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:43:29.042Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68076fb5-a748-44ec-af83-93d5b020ebe5
2022-07-13T12:43:29.042Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68076fb5-a748-44ec-af83-93d5b020ebe5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716072232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716075363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:29.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716077311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "clamp",
  "timestamp": 1657716078319,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:43:29.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68076fb5-a748-44ec-af83-93d5b020ebe5
2022-07-13T12:43:29.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68076fb5-a748-44ec-af83-93d5b020ebe5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:43:29.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716074512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:43:29.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716082682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:43:29.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:43:48.384Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:43:48.400Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:43:48.403Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:43:48.403Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:43:48.403Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:43:48.404Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:44:18.404Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:44:18.417Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:44:18.420Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:44:18.420Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:44:18.420Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:44:18.420Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:44:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:44:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:44:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:44:29.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:44:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716092408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:44:29.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:44:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "aai-ml",
  "timestamp": 1657716093411,
  "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-07-13T12:44:29.396Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 68076fb5-a748-44ec-af83-93d5b020ebe5
2022-07-13T12:44:29.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68076fb5-a748-44ec-af83-93d5b020ebe5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:44:29.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4d6a124-070d-4863-b285-5d558d94e361",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716097369,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:44:29.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:44:29.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716105400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:44:29.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:44:29.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716107324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:44:29.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:44:48.420Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:44:48.435Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:44:48.437Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:44:48.437Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:44:48.437Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:44:48.437Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:45:18.438Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:45:18.449Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:45:18.452Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:45:18.453Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:45:18.453Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:45:18.453Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:45:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:45:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:45:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:45:29.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:45:29.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716314512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716308794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716322860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:45:29.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716323803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716317492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716317681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "cds",
  "timestamp": 1657716324810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:45:29.545Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0750270e-db72-4f06-9aaf-7e75ef905f90
2022-07-13T12:45:29.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0750270e-db72-4f06-9aaf-7e75ef905f90 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:45:29.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716317807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:45:29.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716325815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:45:29.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716326299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:45:29.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716327023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:45:29.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716327351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716328424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:45:29.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:45:29.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:45:29.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:45:29.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "policy-id",
  "timestamp": 1657716328368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:45:29.561Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0750270e-db72-4f06-9aaf-7e75ef905f90
2022-07-13T12:45:29.562Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0750270e-db72-4f06-9aaf-7e75ef905f90 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:45:48.454Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:45:48.467Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:45:48.469Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:45:48.470Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:45:48.470Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:45:48.470Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:46:18.471Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:46:18.482Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:46:18.485Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:46:18.485Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:46:18.485Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:46:18.486Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:46:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:46:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:46:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:28.991Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:28.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:46:28.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716329446,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:46:28.998Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0750270e-db72-4f06-9aaf-7e75ef905f90
2022-07-13T12:46:28.998Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0750270e-db72-4f06-9aaf-7e75ef905f90 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:46:48.486Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:46:48.486Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:46:48.492Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c738d2b8-48c8-4ddd-b981-1b6ad243b535 and serviceModelVersionId: 86d25690-d47a-40b7-919b-30dd27bac4c6
2022-07-13T12:46:48.492Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4377956a-5dca-4cc4-ad88-b4e4d1380b9f
2022-07-13T12:46:48.494Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0
2022-07-13T12:46:48.502Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:46:48.558Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332cf0b1-7da5-4cac-8396-e5b841e51323/model-vers/model-ver/e4191ed4-73df-415b-9637-2943c537385e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:46:48.561Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Invoke
2022-07-13T12:46:50.081Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:46:50.083Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Invoke
2022-07-13T12:46:51.617Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:46:51.618Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Invoke
2022-07-13T12:46:52.651Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:46:52.652Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-07-13T12:46:52.652Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:46:52.652Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-07-13T12:46:52.659Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-07-13T12:46:52.659Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c738d2b8-48c8-4ddd-b981-1b6ad243b535 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:46:52.659Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:46:52.659Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:52.662Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:52.663Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716412659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:46:52.763Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:46:52.764Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:52.764Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:52.782Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:52.783Z||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-07-13T12:46:53.675Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||received message from topic
2022-07-13T12:46:53.675Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f2d322e7-3728-4e2a-ba52-32ae65fa1468","serviceName":"Demo_pNF_QSXudT2zpUfXSOncjl0V","serviceVersion":"1.0","serviceUUID":"c527b021-b14b-449c-9b54-c60cb4e0e94d","serviceDescription":"catalog service description","serviceInvariantUUID":"0c161d22-5181-4125-b7ec-a34acf1b7653","resources":[{"resourceInstanceName":"pNF fc6a920a-c989 0","resourceName":"pNF fc6a920a-c989","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"51b8cc45-7dfe-414e-a9ed-f1c5f2677244","resourceInvariantUUID":"075ed42a-bb3a-4370-ba99-6065288721c8","resourceCustomizationUUID":"de922597-ce3c-4f4e-a7a3-59836dc9b225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml","artifactChecksum":"MzcxMmQzMzllZDZkMTFjZDFkZDEyMzAwNDBhNTYwY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72cd3c9e-6fb7-40c5-8d1d-2322fa8439f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d32bd005-5ad4-4a15-9b9b-f8dca1992c31","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f79e3d1-7388-4d79-b616-529020f78fe3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml","artifactChecksum":"MDgxNjg5MjA3Y2ZhNmMzNzA3YWVkZmI3NGRjODFhZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50a4f4aa-78cf-4007-9e2e-6672bcc8b67d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e367db18-515b-43a9-9984-a5c1d3875fda","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cef2c0e-06c8-4a4d-a4a0-82aa1749d653","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml","artifactChecksum":"ZTE4MDFjYmU5N2NmMmE3YzJjNzRiYTljNGMyNjNhNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a8b9b43-1ae1-49bb-981c-eb506e0c2d9b","artifactVersion":"1"},{"artifactName":"service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar","artifactChecksum":"MGZiZmE4Y2IyYzFhMmUxMzU3MDc2MWVlMmUyM2E2NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c225ae34-d81f-48d2-9bfa-42b254282c17","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:46:53.675Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:53.676Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:53.678Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:53.678Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:53.778Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:46:53.779Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:53.780Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:53.814Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:53.815Z||pool-72-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:46:54.679Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:54.681Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:54.684Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:54.684Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:54.784Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:46:54.785Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:54.785Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:54.805Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:54.805Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:46:55.685Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:55.685Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:55.688Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:55.688Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:55.788Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:46:55.789Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:55.789Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:55.807Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:55.808Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:46:56.688Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:56.689Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:56.691Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:56.691Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:56.791Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:46:56.793Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:56.793Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:56.808Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:56.809Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:46:57.692Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:57.692Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:57.694Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:57.694Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:57.795Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:46:57.796Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:57.796Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:57.810Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:57.811Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:46:58.695Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:58.696Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:58.698Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:58.698Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:58.799Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T12:46:58.800Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:58.800Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:58.816Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:58.816Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:46:59.698Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:46:59.699Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:46:59.701Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:46:59.701Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:46:59.805Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-13T12:46:59.815Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:46:59.829Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:46:59.870Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:46:59.897Z||pool-78-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:47:00.702Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:47:00.702Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:47:00.705Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:47:00.705Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:47:00.805Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:47:00.806Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:47:00.806Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:47:00.826Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:47:00.827Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:47:01.706Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "serviceName": "Demo_pNF_QSXudT2zpUfXSOncjl0V",
  "serviceVersion": "1.0",
  "serviceUUID": "c527b021-b14b-449c-9b54-c60cb4e0e94d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c161d22-5181-4125-b7ec-a34acf1b7653",
  "resources": [
    {
      "resourceInstanceName": "pNF fc6a920a-c989 0",
      "resourceCustomizationUUID": "de922597-ce3c-4f4e-a7a3-59836dc9b225",
      "resourceName": "pNF fc6a920a-c989",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "51b8cc45-7dfe-414e-a9ed-f1c5f2677244",
      "resourceInvariantUUID": "075ed42a-bb3a-4370-ba99-6065288721c8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
      "artifactChecksum": "MGZiZmE4Y2IyYzFhMmUxMzU3MDc2MWVlMmUyM2E2NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c225ae34-d81f-48d2-9bfa-42b254282c17"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:47:01.707Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:47:01.707Z|c738d2b8-48c8-4ddd-b981-1b6ad243b535|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c527b021-b14b-449c-9b54-c60cb4e0e94d ASDC
2022-07-13T12:47:01.708Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f2d322e7-3728-4e2a-ba52-32ae65fa1468
ServiceName:Demo_pNF_QSXudT2zpUfXSOncjl0V
ServiceVersion:1.0
ServiceUUID:c527b021-b14b-449c-9b54-c60cb4e0e94d
ServiceInvariantUUID:0c161d22-5181-4125-b7ec-a34acf1b7653
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
ArtifactUUID:c225ae34-d81f-48d2-9bfa-42b254282c17
ArtifactChecksum:MGZiZmE4Y2IyYzFhMmUxMzU3MDc2MWVlMmUyM2E2NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fc6a920a-c989 0
ResourceCustomizationUUID:de922597-ce3c-4f4e-a7a3-59836dc9b225
ResourceInvariantUUID:075ed42a-bb3a-4370-ba99-6065288721c8
ResourceName:pNF fc6a920a-c989
ResourceType:PNF
ResourceUUID:51b8cc45-7dfe-414e-a9ed-f1c5f2677244
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T12:47:01.710Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c527b021-b14b-449c-9b54-c60cb4e0e94d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:47:01.735Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:47:01.736Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:47:01.736Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:47:01.736Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Trying to download the artifact UUID: c225ae34-d81f-48d2-9bfa-42b254282c17 from URL: /sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:01.736Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:47:01.736Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:03.459Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:47:03.471Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar c225ae34-d81f-48d2-9bfa-42b254282c17 86702
2022-07-13T12:47:03.472Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar ASDC sendASDCNotification
2022-07-13T12:47:03.472Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:03.473Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:47:03.473Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:47:03.475Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:47:03.476Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716423472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:47:03.575Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:47:03.576Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:47:03.576Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:47:03.593Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:47:03.593Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:47:04.476Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:47:04.477Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:47:04.478Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Trying to write artifact UUID: c225ae34-d81f-48d2-9bfa-42b254282c17, URL: /sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar to file: /app/ASDC/1/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:04.478Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:04.479Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:04.479Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:04.725Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8416826371357442030/Definitions/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml
2022-07-13T12:47:05.623Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:47:05.624Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|WARN|500||####################################################################################################
2022-07-13T12:47:05.624Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.624Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T12:47:05.625Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc6a920a-c989 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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.625Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.625Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.625Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.626Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.626Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.626Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?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-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.626Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|WARN|500||####################################################################################################
2022-07-13T12:47:05.627Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.627Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.627Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Node template pNF fc6a920a-c989 0 is matching search criteria
2022-07-13T12:47:05.627Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:47:05.628Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found topology templates [pNF fc6a920a-c989 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:47:05.628Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.628Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.629Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Node template pNF fc6a920a-c989 0 is matching search criteria
2022-07-13T12:47:05.629Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:47:05.629Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found topology templates [pNF fc6a920a-c989 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:47:05.629Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.630Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.630Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.630Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.630Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.631Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.631Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.631Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.631Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.632Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.632Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QSXudT2zpUfXSOncjl0V
Description:catalog service description
Model UUID:c527b021-b14b-449c-9b54-c60cb4e0e94d
Model Version:NULL
Model InvariantUuid:0c161d22-5181-4125-b7ec-a34acf1b7653
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:47:05.640Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 51b8cc45-7dfe-414e-a9ed-f1c5f2677244
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:47:05.645Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||pNF fc6a920a-c989 0
2022-07-13T12:47:05.645Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 51b8cc45-7dfe-414e-a9ed-f1c5f2677244
2022-07-13T12:47:05.646Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||No resources found for Service: c527b021-b14b-449c-9b54-c60cb4e0e94d
2022-07-13T12:47:05.646Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Preparing to deploy Service: c527b021-b14b-449c-9b54-c60cb4e0e94d
2022-07-13T12:47:05.646Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc6a920a-c989 0 51b8cc45-7dfe-414e-a9ed-f1c5f2677244 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:47:05.651Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b0e9c8f, org.onap.sdc.toscaparser.api.parameters.Input@78f9e921, org.onap.sdc.toscaparser.api.parameters.Input@44856a0a, org.onap.sdc.toscaparser.api.parameters.Input@40f77af9, org.onap.sdc.toscaparser.api.parameters.Input@4f126c8c]
2022-07-13T12:47:05.652Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.652Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.652Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500|| resourceSeq for service uuid c527b021-b14b-449c-9b54-c60cb4e0e94d: pNF fc6a920a-c989
2022-07-13T12:47:05.653Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Processing PNF resource: 51b8cc45-7dfe-414e-a9ed-f1c5f2677244
2022-07-13T12:47:05.653Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:47:05.653Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Service Demo_pNF_QSXudT2zpUfXSOncjl0V is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:47:05.653Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||Resource customization UUID: de922597-ce3c-4f4e-a7a3-59836dc9b225 is the same as notified resource customizationUUID: de922597-ce3c-4f4e-a7a3-59836dc9b225
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T12:47:05.696Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc6a920a-c989 51b8cc45-7dfe-414e-a9ed-f1c5f2677244 0 ASDC deployResourceStructure
2022-07-13T12:47:05.696Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar ASDC sendASDCNotification
2022-07-13T12:47:05.696Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar
2022-07-13T12:47:05.697Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:47:05.697Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:47:05.699Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:47:05.699Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716425696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:47:05.799Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:47:05.800Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:47:05.800Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:47:05.816Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:47:05.817Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:47:06.700Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:47:06.710Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:47:06.712Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:47:06.712Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:47:06.712Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:47:06.712Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:47:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:47:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:47:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:47:28.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:47:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716330449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716327759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716335997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "aai-ml",
  "timestamp": 1657716337000,
  "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-07-13T12:47:28.899Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0750270e-db72-4f06-9aaf-7e75ef905f90
2022-07-13T12:47:28.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0750270e-db72-4f06-9aaf-7e75ef905f90 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:47:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716351329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:47:28.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:47:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716352685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:47:28.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:47:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:47:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "clamp",
  "timestamp": 1657716353698,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:47:28.913Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0750270e-db72-4f06-9aaf-7e75ef905f90
2022-07-13T12:47:28.913Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0750270e-db72-4f06-9aaf-7e75ef905f90 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:47:36.713Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:47:36.725Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:47:36.727Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:47:36.728Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:47:36.728Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:47:36.728Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:48:06.728Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:48:06.739Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:48:06.742Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:48:06.742Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:48:06.742Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:48:06.743Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:48:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:48:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:48:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:48:28.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:48:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c738d2b8-48c8-4ddd-b981-1b6ad243b535",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716412659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:48:28.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:48:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/resourceInstances/pnffc6a920ac9890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716423472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:48:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:48:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:48:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716425696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQsxudt2zpufxsoncjl0v/1.0/artifacts/service-DemoPnfQsxudt2zpufxsoncjl0v-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:48:28.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:48:36.743Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:48:36.754Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:48:36.756Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:48:36.756Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:48:36.756Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:48:36.757Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:49:06.757Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:49:06.767Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:49:06.769Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:49:06.769Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:49:06.769Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:49:06.769Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:49:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:49:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:49:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:49:28.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:49:28.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:49:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:49:36.769Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:49:36.780Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:49:36.782Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:49:36.782Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:49:36.782Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:49:36.783Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:50:06.783Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:50:06.799Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:50:06.801Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:50:06.801Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:50:06.801Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:50:06.802Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:50:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:50:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:50:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:50:28.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:50:28.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:50:28.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716497492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:50:28.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:50:36.802Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:50:36.819Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:50:36.821Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:50:36.821Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:50:36.822Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:50:36.822Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:51:06.822Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:51:06.836Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:51:06.838Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:51:06.838Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:51:06.838Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:51:06.838Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:51:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:51:28.858Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:51:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:51:28.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:51:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716497681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:51:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716494512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716497805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716510195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716509672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716510582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716511224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716503794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716511635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716512227,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:51:28.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
2022-07-13T12:51:28.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:51:28.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716512709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:51:28.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "policy-id",
  "timestamp": 1657716512662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:51:28.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
2022-07-13T12:51:28.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:51:28.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "cds",
  "timestamp": 1657716513715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:51:28.949Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
2022-07-13T12:51:28.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:51:28.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716507759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716516156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "aai-ml",
  "timestamp": 1657716517160,
  "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-07-13T12:51:28.963Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
2022-07-13T12:51:28.963Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:51:28.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716525320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:51:28.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716527341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:51:28.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:51:28.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:51:28.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "clamp",
  "timestamp": 1657716528352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:51:28.975Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
2022-07-13T12:51:28.975Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:51:36.838Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:51:36.851Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:51:36.854Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:51:36.854Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:51:36.854Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:51:36.854Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:52:06.854Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:52:06.855Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:52:06.862Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2d322e7-3728-4e2a-ba52-32ae65fa1468 and serviceModelVersionId: c527b021-b14b-449c-9b54-c60cb4e0e94d
2022-07-13T12:52:06.862Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c161d22-5181-4125-b7ec-a34acf1b7653
2022-07-13T12:52:06.864Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0
2022-07-13T12:52:06.874Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:52:06.938Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4377956a-5dca-4cc4-ad88-b4e4d1380b9f/model-vers/model-ver/86d25690-d47a-40b7-919b-30dd27bac4c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:52:06.941Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Invoke
2022-07-13T12:52:08.489Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:52:08.491Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Invoke
2022-07-13T12:52:10.022Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T12:52:10.023Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Invoke
2022-07-13T12:52:11.052Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:52:11.053Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:11.054Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:52:11.054Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:11.060Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:11.060Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2d322e7-3728-4e2a-ba52-32ae65fa1468 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:52:11.061Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:52:11.061Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:11.065Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:11.065Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716731061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:52:11.165Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:11.166Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:11.166Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:11.193Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:11.193Z||pool-82-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-07-13T12:52:12.077Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||received message from topic
2022-07-13T12:52:12.077Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3746d50e-a7d3-4a2a-9afa-43d385a7a451","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"94871bb7-f59e-435d-a32a-cd73272be2f9","serviceDescription":"service","serviceInvariantUUID":"561af0d9-b6fb-4426-8cac-f87f17c185b2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8efbf6e9-e074-4562-a007-a3731048d2d7","resourceInvariantUUID":"55b28e17-9485-4ffc-990c-6d2159feed88","resourceCustomizationUUID":"4c8eee94-17c0-4b3f-b573-204eaa71ee3f","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":"MWZhYmNmODMwM2ZkODczOWRiOWNiOGI5MjI1ODE2OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f32036be-df65-4cd1-aa8a-3da041a5f339","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":"d6e761f4-a38a-46e2-8d6a-560247f3e35e","artifactVersion":"2","generatedFromUUID":"589b77be-363c-4372-adc5-9d810c46328c"},{"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":"589b77be-363c-4372-adc5-9d810c46328c","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":"ZTBiNTEzYmZlOGExYTgzNTlkMGM3ZWU0MjliZWMwOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e94d5c2c-b6d9-43e4-b853-2d17c5bcf19c","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":"8b7b2aab-7d16-486e-96bf-cf1453b0f10e","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":"bf39b844-78b6-49a4-85d8-3c02d8fdea1e","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":"891b23ef-e54c-467c-a368-6c8b9b223811","artifactVersion":"2","generatedFromUUID":"8b7b2aab-7d16-486e-96bf-cf1453b0f10e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODU2OTU4MmI1MGQ4ZTdkMmZiMTUyNTI0Nzk1NTNjOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18098e6d-fdf6-4ef1-8e8e-20f46b8aef09","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWNmNDljN2VkMWViM2QyOWJjODNhZjAyNzY4ZWRjNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88949ed4-9e08-4634-bd81-ccf0846c67d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:52:12.078Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:12.078Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:12.080Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:12.080Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:12.181Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T12:52:12.182Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:12.182Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:12.198Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:12.199Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:13.081Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:13.082Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:13.084Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:13.084Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-13T12:52:13.184Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:13.185Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:13.185Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:13.201Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:13.201Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:14.085Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:14.086Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:14.088Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:14.088Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-13T12:52:14.190Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-13T12:52:14.190Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:14.191Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:14.209Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:14.209Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:15.089Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:15.089Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:15.091Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:15.091Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:52:15.192Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:15.192Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:15.193Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:15.229Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:15.230Z||pool-86-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:16.092Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:16.093Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:16.095Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:16.095Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:52:16.195Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:16.196Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:16.196Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:16.219Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:16.219Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:17.095Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:17.096Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:17.098Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:17.098Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:17.198Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:17.199Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:17.199Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:17.214Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:17.214Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:18.099Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:18.099Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:18.102Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:18.102Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-13T12:52:18.202Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:18.203Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:18.203Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:18.217Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:18.218Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:19.102Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:19.103Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:19.106Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:19.106Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:19.206Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:19.207Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:19.207Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:19.225Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:19.225Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:20.106Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:52:20.108Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:20.111Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:20.111Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:52:20.211Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:20.212Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:20.212Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:20.228Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:20.229Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:21.112Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "94871bb7-f59e-435d-a32a-cd73272be2f9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "561af0d9-b6fb-4426-8cac-f87f17c185b2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4c8eee94-17c0-4b3f-b573-204eaa71ee3f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8efbf6e9-e074-4562-a007-a3731048d2d7",
      "resourceInvariantUUID": "55b28e17-9485-4ffc-990c-6d2159feed88",
      "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": "d6e761f4-a38a-46e2-8d6a-560247f3e35e",
          "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": "589b77be-363c-4372-adc5-9d810c46328c",
          "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": "ZTBiNTEzYmZlOGExYTgzNTlkMGM3ZWU0MjliZWMwOWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e94d5c2c-b6d9-43e4-b853-2d17c5bcf19c",
          "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": "8b7b2aab-7d16-486e-96bf-cf1453b0f10e",
          "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": "891b23ef-e54c-467c-a368-6c8b9b223811",
            "generatedFromUUID": "8b7b2aab-7d16-486e-96bf-cf1453b0f10e"
          },
          "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": "891b23ef-e54c-467c-a368-6c8b9b223811",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWNmNDljN2VkMWViM2QyOWJjODNhZjAyNzY4ZWRjNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88949ed4-9e08-4634-bd81-ccf0846c67d3"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:52:21.113Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:52:21.113Z|f2d322e7-3728-4e2a-ba52-32ae65fa1468|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 94871bb7-f59e-435d-a32a-cd73272be2f9 ASDC
2022-07-13T12:52:21.114Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3746d50e-a7d3-4a2a-9afa-43d385a7a451
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:94871bb7-f59e-435d-a32a-cd73272be2f9
ServiceInvariantUUID:561af0d9-b6fb-4426-8cac-f87f17c185b2
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:88949ed4-9e08-4634-bd81-ccf0846c67d3
ArtifactChecksum:ZWNmNDljN2VkMWViM2QyOWJjODNhZjAyNzY4ZWRjNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4c8eee94-17c0-4b3f-b573-204eaa71ee3f
ResourceInvariantUUID:55b28e17-9485-4ffc-990c-6d2159feed88
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8efbf6e9-e074-4562-a007-a3731048d2d7
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:d6e761f4-a38a-46e2-8d6a-560247f3e35e
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:589b77be-363c-4372-adc5-9d810c46328c
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:e94d5c2c-b6d9-43e4-b853-2d17c5bcf19c
ArtifactChecksum:ZTBiNTEzYmZlOGExYTgzNTlkMGM3ZWU0MjliZWMwOWI=
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:8b7b2aab-7d16-486e-96bf-cf1453b0f10e
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:891b23ef-e54c-467c-a368-6c8b9b223811
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:891b23ef-e54c-467c-a368-6c8b9b223811
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T12:52:21.114Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94871bb7-f59e-435d-a32a-cd73272be2f9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:52:21.144Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:52:21.144Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:52:21.145Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:52:21.145Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to download the artifact UUID: 88949ed4-9e08-4634-bd81-ccf0846c67d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-13T12:52:21.145Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:52:21.145Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:22.800Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:52:22.803Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 88949ed4-9e08-4634-bd81-ccf0846c67d3 72994
2022-07-13T12:52:22.803Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:22.803Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:22.804Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:52:22.804Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:22.807Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:22.807Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716742803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:22.906Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:52:22.907Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:22.908Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:22.924Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:22.924Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:23.807Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:52:23.809Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:52:23.809Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to write artifact UUID: 88949ed4-9e08-4634-bd81-ccf0846c67d3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-13T12:52:23.809Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-13T12:52:23.810Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-13T12:52:23.810Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-13T12:52:24.033Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8553581882487461279/Definitions/service-BasicCnf-template.yml
2022-07-13T12:52:25.269Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|WARN|500||####################################################################################################
2022-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.270Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.271Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|WARN|500||####################################################################################################
2022-07-13T12:52:25.271Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.271Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.271Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:25.271Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:52:25.272Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:52:25.272Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.272Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.272Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:25.272Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-13T12:52:25.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-07-13T12:52:25.274Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T12:52:25.274Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.274Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:52:25.274Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.274Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:25.274Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:52:25.275Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.275Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:25.275Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:52:25.275Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.275Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:25.276Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:52:25.276Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.276Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-13T12:52:25.276Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-13T12:52:25.276Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2ea43fae-1e17-4d24-9fb0-bf1bffcfcc91
2022-07-13T12:52:25.276Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:25.277Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:25.278Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:94871bb7-f59e-435d-a32a-cd73272be2f9
Model Version:NULL
Model InvariantUuid:561af0d9-b6fb-4426-8cac-f87f17c185b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d2fffe94-8dc5-4b5e-bb60-5290b264f663
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55b28e17-9485-4ffc-990c-6d2159feed88
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c8eee94-17c0-4b3f-b573-204eaa71ee3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8263bff4-94a5-428a-8faa-a5b8c3e651a2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3663e599-af2d-44a5-b108-6929d85f10a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2ea43fae-1e17-4d24-9fb0-bf1bffcfcc91
ModelInvariantUuid:336d2195-63af-4a21-852b-8f111c1cb7b2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:128439bd-5a0d-4395-82f6-0b6c37d6ce68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:dc2b7a84-ece7-4f47-904b-332b3193791f
ModelInvariantUuid:546f5908-a3fa-4e24-b606-4b56ad4f37b1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:52ecb050-1228-43c5-b36f-316bc2e65f44
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:52:25.285Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8efbf6e9-e074-4562-a007-a3731048d2d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:52:25.288Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||basic_cnf 0
2022-07-13T12:52:25.288Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8efbf6e9-e074-4562-a007-a3731048d2d7
2022-07-13T12:52:25.289Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to download the artifact UUID: d6e761f4-a38a-46e2-8d6a-560247f3e35e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-13T12:52:25.289Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:52:25.289Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.454Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:52:25.455Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d6e761f4-a38a-46e2-8d6a-560247f3e35e 12
2022-07-13T12:52:25.455Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.455Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:25.455Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:52:25.456Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:25.457Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:25.458Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716745455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:25.558Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:52:25.558Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:25.558Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:25.577Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:25.577Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:26.458Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to download the artifact UUID: 589b77be-363c-4372-adc5-9d810c46328c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-13T12:52:26.459Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:52:26.459Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:26.884Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:52:26.885Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 589b77be-363c-4372-adc5-9d810c46328c 2688
2022-07-13T12:52:26.885Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:26.885Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:26.885Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:52:26.886Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:26.887Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:26.888Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716746885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:26.988Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:26.989Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:26.989Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:27.021Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:27.022Z||pool-94-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:27.889Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to download the artifact UUID: e94d5c2c-b6d9-43e4-b853-2d17c5bcf19c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-13T12:52:27.890Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:52:27.890Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:28.210Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:52:28.211Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e94d5c2c-b6d9-43e4-b853-2d17c5bcf19c 828
2022-07-13T12:52:28.211Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:28.211Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:28.211Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:52:28.212Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:28.213Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:28.214Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716748211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:28.314Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:28.314Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:28.315Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:28.331Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:28.331Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:52:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:52:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:28.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716657683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:52:28.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716657805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:52:28.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716657757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716668794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716676545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:28.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716677554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716677799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "policy-id",
  "timestamp": 1657716678557,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:52:28.927Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f5dd10b-47e1-4715-9239-5e7a85764cde
2022-07-13T12:52:28.927Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5dd10b-47e1-4715-9239-5e7a85764cde and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:52:28.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "cds",
  "timestamp": 1657716678809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:52:28.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f5dd10b-47e1-4715-9239-5e7a85764cde
2022-07-13T12:52:28.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5dd10b-47e1-4715-9239-5e7a85764cde and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:52:28.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716674512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:52:28.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716683487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716684343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716677493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716686356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716686593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:28.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "clamp",
  "timestamp": 1657716687360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:52:28.955Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1f5dd10b-47e1-4715-9239-5e7a85764cde
2022-07-13T12:52:28.955Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5dd10b-47e1-4715-9239-5e7a85764cde and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:52:28.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716687623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:28.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:52:28.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:52:28.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716688626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:52:28.967Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1f5dd10b-47e1-4715-9239-5e7a85764cde
2022-07-13T12:52:28.967Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5dd10b-47e1-4715-9239-5e7a85764cde and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:52:29.214Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8263bff4-94a5-428a-8faa-a5b8c3e651a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3663e599-af2d-44a5-b108-6929d85f10a6",
    "vfModuleModelCustomizationUUID": "d747c334-2d54-44d2-a650-5ffb26842042",
    "isBase": true,
    "artifacts": [
      "8b7b2aab-7d16-486e-96bf-cf1453b0f10e",
      "589b77be-363c-4372-adc5-9d810c46328c",
      "891b23ef-e54c-467c-a368-6c8b9b223811"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:52:29.219Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3663e599-af2d-44a5-b108-6929d85f10a6
VfModuleModelInvariantUUID:8263bff4-94a5-428a-8faa-a5b8c3e651a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8b7b2aab-7d16-486e-96bf-cf1453b0f10e
,
589b77be-363c-4372-adc5-9d810c46328c
,
891b23ef-e54c-467c-a368-6c8b9b223811

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

isBase:true


}

2022-07-13T12:52:29.221Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8263bff4-94a5-428a-8faa-a5b8c3e651a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3663e599-af2d-44a5-b108-6929d85f10a6",
    "vfModuleModelCustomizationUUID": "d747c334-2d54-44d2-a650-5ffb26842042",
    "isBase": true,
    "artifacts": [
      "8b7b2aab-7d16-486e-96bf-cf1453b0f10e",
      "589b77be-363c-4372-adc5-9d810c46328c",
      "891b23ef-e54c-467c-a368-6c8b9b223811"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:52:29.221Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3663e599-af2d-44a5-b108-6929d85f10a6
VfModuleModelInvariantUUID:8263bff4-94a5-428a-8faa-a5b8c3e651a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8b7b2aab-7d16-486e-96bf-cf1453b0f10e
,
589b77be-363c-4372-adc5-9d810c46328c
,
891b23ef-e54c-467c-a368-6c8b9b223811

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

isBase:true


}

2022-07-13T12:52:29.221Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to download the artifact UUID: 8b7b2aab-7d16-486e-96bf-cf1453b0f10e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-13T12:52:29.221Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:52:29.221Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:29.658Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:52:29.658Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8b7b2aab-7d16-486e-96bf-cf1453b0f10e 1164
2022-07-13T12:52:29.659Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:29.659Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:29.659Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:52:29.659Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:29.661Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:29.662Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716749659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:29.761Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:52:29.762Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:29.762Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:29.777Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:29.778Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:30.662Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||Trying to download the artifact UUID: 891b23ef-e54c-467c-a368-6c8b9b223811 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-13T12:52:30.663Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:52:30.663Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:30.800Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:52:30.801Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 891b23ef-e54c-467c-a368-6c8b9b223811 200
2022-07-13T12:52:30.801Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:30.801Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:30.802Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:52:30.802Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:30.804Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:30.804Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716750801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:52:30.904Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:30.905Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:30.905Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:30.922Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:30.922Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:31.805Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Preparing to deploy Service: 94871bb7-f59e-435d-a32a-cd73272be2f9
2022-07-13T12:52:31.806Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8efbf6e9-e074-4562-a007-a3731048d2d7 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-07-13T12:52:31.824Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:52:31.827Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@324b2ff9, org.onap.sdc.toscaparser.api.parameters.Input@58bf139b, org.onap.sdc.toscaparser.api.parameters.Input@22971e52, org.onap.sdc.toscaparser.api.parameters.Input@2ba720d0, org.onap.sdc.toscaparser.api.parameters.Input@4078e6ba]
2022-07-13T12:52:31.829Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.829Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.829Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T12:52:31.829Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||VFCustomizationUUID= 4c8eee94-17c0-4b3f-b573-204eaa71ee3f
2022-07-13T12:52:31.829Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c8eee94-17c0-4b3f-b573-204eaa71ee3f matches Tosca VF Customization UUID: 4c8eee94-17c0-4b3f-b573-204eaa71ee3f
2022-07-13T12:52:31.829Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||vfCustomizationUUID: 4c8eee94-17c0-4b3f-b573-204eaa71ee3f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T12:52:31.832Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.832Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.832Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||resource request for resource customization id 4c8eee94-17c0-4b3f-b573-204eaa71ee3f: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-13T12:52:31.833Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68b7ef06
2022-07-13T12:52:31.833Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.833Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:52:31.833Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d747c334-2d54-44d2-a650-5ffb26842042
2022-07-13T12:52:31.833Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d747c334-2d54-44d2-a650-5ffb26842042
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T12:52:31.836Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.836Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:31.836Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:52:31.836Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.836Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:31.837Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:52:31.837Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.837Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-13T12:52:31.837Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-13T12:52:31.837Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2ea43fae-1e17-4d24-9fb0-bf1bffcfcc91
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:52:31.839Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.839Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:31.840Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:52:31.840Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.840Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-13T12:52:31.840Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4c8eee94-17c0-4b3f-b573-204eaa71ee3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:52:31.842Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.842Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.842Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500|| resourceSeq for service uuid 94871bb7-f59e-435d-a32a-cd73272be2f9: basic_cnf
2022-07-13T12:52:31.842Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.843Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.843Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.843Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.843Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.843Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.843Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.844Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.844Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:52:31.844Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:52:31.844Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:31.904Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8efbf6e9-e074-4562-a007-a3731048d2d7 1 ASDC deployResourceStructure
2022-07-13T12:52:31.905Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:31.905Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:31.905Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-13T12:52:31.906Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:31.908Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:31.908Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716751904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T12:52:32.008Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:32.009Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:32.009Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:32.023Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:32.023Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:32.909Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:32.909Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:32.909Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-13T12:52:32.909Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:32.911Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:32.911Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716752908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T12:52:33.011Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:33.012Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:33.013Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:33.027Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:33.028Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:33.912Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:33.913Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:33.913Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:52:33.913Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:33.915Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:33.915Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716753912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:34.015Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:34.016Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:34.016Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:34.032Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:34.032Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:34.916Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:34.916Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:34.916Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:52:34.917Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:34.918Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:34.918Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716754916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:35.020Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T12:52:35.021Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:35.021Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:35.035Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:35.036Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:52:35.919Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:35.920Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:35.920Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:52:35.920Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:35.922Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:35.922Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716755919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:36.022Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:36.023Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:36.023Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:36.038Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:36.039Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:36.922Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:36.923Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?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-07-13T12:52:36.923Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:52:36.923Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:52:36.925Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:52:36.925Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716756922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:52:37.025Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:52:37.026Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:52:37.026Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:52:37.042Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:52:37.043Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:52:37.926Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:52:37.935Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:52:37.937Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:52:37.937Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:52:37.937Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:52:37.937Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:53:07.937Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:53:07.947Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:53:07.948Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:53:07.949Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:53:07.949Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:53:07.949Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:53:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:53:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:53:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:53:28.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:53:28.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716690456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:53:28.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:53:28.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "aai-ml",
  "timestamp": 1657716691459,
  "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-07-13T12:53:28.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1f5dd10b-47e1-4715-9239-5e7a85764cde
2022-07-13T12:53:28.901Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f5dd10b-47e1-4715-9239-5e7a85764cde and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:53:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2d322e7-3728-4e2a-ba52-32ae65fa1468",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716731061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:53:28.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:53:28.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:53:28.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716742803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716745455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716746885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:53:28.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:53:28.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:53:28.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716748211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:53:28.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:53:37.949Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:53:37.958Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:53:37.960Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:53:37.960Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:53:37.960Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:53:37.961Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:54:07.961Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:54:07.970Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:54:07.972Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:54:07.972Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:54:07.972Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:54:07.972Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:54:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:54:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:54:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:54:29.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:54:29.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716749659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716750801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716751904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T12:54:29.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716752908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716753912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716754916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716755919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:54:29.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:29.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:54:29.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716756922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:54:29.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:54:37.973Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:54:37.983Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:54:37.989Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:54:37.989Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:54:37.989Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:54:37.989Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:55:07.990Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:55:07.996Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:55:07.999Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:55:07.999Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:55:08.000Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:55:08.000Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:55:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:55:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:55:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:55:38.000Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:55:38.011Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:55:38.013Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:55:38.013Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:55:38.013Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:55:38.013Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:55:38.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:56:08.013Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:56:08.027Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:56:08.029Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:56:08.029Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:56:08.029Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:56:08.030Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:56:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:56:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:56:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:56:29.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:56:29.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716974512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716968794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657716977492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716984449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716977681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716983597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716977803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "cds",
  "timestamp": 1657716985456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:56:29.570Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 36f11922-5d1c-4076-963d-64fcbfad38ed
2022-07-13T12:56:29.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f11922-5d1c-4076-963d-64fcbfad38ed and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:56:29.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716985652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:56:29.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716986137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716987198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716987170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "policy-id",
  "timestamp": 1657716988245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:56:29.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36f11922-5d1c-4076-963d-64fcbfad38ed
2022-07-13T12:56:29.587Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f11922-5d1c-4076-963d-64fcbfad38ed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:56:29.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716988454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:56:29.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:56:29.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-13T12:56:29.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:56:29.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:56:38.030Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:56:38.041Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:56:38.043Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:56:38.043Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:56:38.043Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:56:38.043Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:57:08.044Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:57:08.056Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:57:08.058Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:57:08.058Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:57:08.058Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:57:08.059Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:57:28.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:57:28.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:57:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:28.996Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:28.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:57:28.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716989488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:57:29.007Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 36f11922-5d1c-4076-963d-64fcbfad38ed
2022-07-13T12:57:29.007Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f11922-5d1c-4076-963d-64fcbfad38ed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T12:57:38.059Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T12:57:38.059Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T12:57:38.068Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and serviceModelVersionId: 94871bb7-f59e-435d-a32a-cd73272be2f9
2022-07-13T12:57:38.068Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 561af0d9-b6fb-4426-8cac-f87f17c185b2
2022-07-13T12:57:38.070Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0
2022-07-13T12:57:38.077Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c161d22-5181-4125-b7ec-a34acf1b7653/model-vers/model-ver/c527b021-b14b-449c-9b54-c60cb4e0e94d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T12:57:38.136Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Invoke
2022-07-13T12:57:38.136Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bac11263-bfa6-49e0-9140-cb8892abd81e], X-ECOMP-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], X-TransactionId=[], X-ONAP-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], Content-Type=[application/merge-patch+json]}
2022-07-13T12:57:39.684Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Invoke
2022-07-13T12:57:39.686Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adea9574-f1fc-406d-abb0-eb562a29cd73], X-ECOMP-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], X-TransactionId=[], X-ONAP-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], Content-Type=[application/merge-patch+json]}
2022-07-13T12:57:41.226Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Invoke
2022-07-13T12:57:41.227Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0eb8c346-ac81-449d-b8c7-98a149eb3614], X-ECOMP-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], X-TransactionId=[], X-ONAP-RequestID=[3746d50e-a7d3-4a2a-9afa-43d385a7a451], Content-Type=[application/merge-patch+json]}
2022-07-13T12:57:42.257Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:57:42.259Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:42.259Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:57:42.260Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:42.266Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:42.267Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3746d50e-a7d3-4a2a-9afa-43d385a7a451 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T12:57:42.267Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T12:57:42.268Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:42.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:42.273Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717062267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:57:42.373Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:42.375Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:42.375Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:42.397Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:42.415Z||pool-104-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:57:43.293Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||received message from topic
2022-07-13T12:57:43.293Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"68076fb5-a748-44ec-af83-93d5b020ebe5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5001ee9a-bcbf-462f-9440-6da5b1cde5a0","serviceDescription":"service","serviceInvariantUUID":"45d7af58-bdc9-4cae-a21d-68eef2582e55","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9be6031-7111-45ba-a108-573afa1eb0ca","resourceInvariantUUID":"69a2ba7e-5ee7-4a25-9a45-093829c83227","resourceCustomizationUUID":"672022b4-1281-4ba3-b7b3-6b62237dae4f","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":"YWZlZGFhOGExYmY1MmUzZjI1YzU0ZjA4NDhlOWMyZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"890f168f-6044-4efa-9ddf-21657c8971dd","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":"ZTg3YzRlNmU3MTAyZWZjNzY4M2U4YTYyYzk0NmFkZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dde5e93f-d0a9-4b62-82fe-e525581cd567","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":"cd858c1f-8aad-409f-b900-6afb1c6af304","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":"29047a11-a7ba-4289-a44a-14d744902295","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":"d32926a3-3fef-4d73-8194-25412d1a43fd","artifactVersion":"2","generatedFromUUID":"cd858c1f-8aad-409f-b900-6afb1c6af304"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDA1ZGFlMjFmN2RlNzUwMjEzNTY5ZmM2MDEyZDNkMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"649a7462-f6c7-475b-a17c-03a26a45fac5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmU4NmNmZGI2NGI0MzQ3ZjUwYzQ2MjY2OGIxMmQ1ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"baa7c80b-ecde-4bff-939d-b5faf3de41e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T12:57:43.294Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:43.294Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:43.297Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:43.297Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:57:43.397Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:43.398Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:43.398Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:43.416Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:43.417Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:57:44.298Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:44.299Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:44.301Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:44.301Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:57:44.401Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:57:44.402Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:44.402Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:44.419Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:44.419Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:45.302Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:45.303Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:45.305Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:45.305Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:57:45.405Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:57:45.406Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:45.406Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:45.423Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:45.424Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:46.306Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:46.307Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:46.309Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:46.309Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:57:46.409Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:57:46.411Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:46.411Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:46.426Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:46.426Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:57:47.310Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:47.311Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:47.314Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:47.314Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-13T12:57:47.419Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-13T12:57:47.420Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:47.420Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:47.439Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:47.439Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:57:48.315Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:48.316Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:48.318Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:48.319Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:57:48.419Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:57:48.419Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:48.420Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:48.437Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:48.437Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:49.319Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T12:57:49.320Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:49.322Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:49.322Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:57:49.422Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:49.424Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:49.424Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:49.441Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:49.442Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T12:57:50.323Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5001ee9a-bcbf-462f-9440-6da5b1cde5a0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45d7af58-bdc9-4cae-a21d-68eef2582e55",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "672022b4-1281-4ba3-b7b3-6b62237dae4f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9be6031-7111-45ba-a108-573afa1eb0ca",
      "resourceInvariantUUID": "69a2ba7e-5ee7-4a25-9a45-093829c83227",
      "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": "ZTg3YzRlNmU3MTAyZWZjNzY4M2U4YTYyYzk0NmFkZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dde5e93f-d0a9-4b62-82fe-e525581cd567",
          "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": "cd858c1f-8aad-409f-b900-6afb1c6af304",
          "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": "d32926a3-3fef-4d73-8194-25412d1a43fd",
            "generatedFromUUID": "cd858c1f-8aad-409f-b900-6afb1c6af304"
          },
          "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": "d32926a3-3fef-4d73-8194-25412d1a43fd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmU4NmNmZGI2NGI0MzQ3ZjUwYzQ2MjY2OGIxMmQ1ZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "baa7c80b-ecde-4bff-939d-b5faf3de41e5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T12:57:50.324Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T12:57:50.324Z|3746d50e-a7d3-4a2a-9afa-43d385a7a451|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5001ee9a-bcbf-462f-9440-6da5b1cde5a0 ASDC
2022-07-13T12:57:50.325Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||ASDC Notification:
DistributionID:68076fb5-a748-44ec-af83-93d5b020ebe5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5001ee9a-bcbf-462f-9440-6da5b1cde5a0
ServiceInvariantUUID:45d7af58-bdc9-4cae-a21d-68eef2582e55
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:baa7c80b-ecde-4bff-939d-b5faf3de41e5
ArtifactChecksum:NmU4NmNmZGI2NGI0MzQ3ZjUwYzQ2MjY2OGIxMmQ1ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:672022b4-1281-4ba3-b7b3-6b62237dae4f
ResourceInvariantUUID:69a2ba7e-5ee7-4a25-9a45-093829c83227
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c9be6031-7111-45ba-a108-573afa1eb0ca
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:dde5e93f-d0a9-4b62-82fe-e525581cd567
ArtifactChecksum:ZTg3YzRlNmU3MTAyZWZjNzY4M2U4YTYyYzk0NmFkZDM=
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:cd858c1f-8aad-409f-b900-6afb1c6af304
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:d32926a3-3fef-4d73-8194-25412d1a43fd
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:d32926a3-3fef-4d73-8194-25412d1a43fd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T12:57:50.325Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5001ee9a-bcbf-462f-9440-6da5b1cde5a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T12:57:50.377Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:57:50.379Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:57:50.379Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:57:50.379Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Trying to download the artifact UUID: baa7c80b-ecde-4bff-939d-b5faf3de41e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-13T12:57:50.380Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:57:50.380Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:50.649Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:57:50.656Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar baa7c80b-ecde-4bff-939d-b5faf3de41e5 75103
2022-07-13T12:57:50.656Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:50.656Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:50.657Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:57:50.657Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:50.659Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:50.659Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717070656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:57:50.759Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:50.760Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:50.761Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:50.776Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:50.776Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:51.660Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T12:57:51.661Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||MSO config path is: /app
2022-07-13T12:57:51.662Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Trying to write artifact UUID: baa7c80b-ecde-4bff-939d-b5faf3de41e5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-13T12:57:51.663Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-13T12:57:51.663Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-13T12:57:51.663Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-13T12:57:51.900Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11158484417575350564/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-07-13T12:57:53.164Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T12:57:53.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|WARN|500||####################################################################################################
2022-07-13T12:57:53.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-13T12:57:53.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.167Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.167Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|WARN|500||####################################################################################################
2022-07-13T12:57:53.167Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.167Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.167Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:53.168Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:57:53.168Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:57:53.168Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.168Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.169Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:53.169Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T12:57:53.169Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T12:57:53.169Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.169Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.169Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T12:57:53.170Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.171Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:57:53.171Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.171Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:53.171Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:57:53.171Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.172Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:53.172Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:57:53.172Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.172Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:53.172Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:57:53.172Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f8077e4c-d06d-4947-a43f-559ff053efdd
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.173Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.174Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.174Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.174Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.174Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:53.174Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:53.174Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5001ee9a-bcbf-462f-9440-6da5b1cde5a0
Model Version:NULL
Model InvariantUuid:45d7af58-bdc9-4cae-a21d-68eef2582e55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:12e9f905-d341-469c-95bb-41e74d74598c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69a2ba7e-5ee7-4a25-9a45-093829c83227
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:672022b4-1281-4ba3-b7b3-6b62237dae4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f0663c1-b863-47ce-96e5-c49184ce81cd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:01a1004e-7aec-485a-8991-d8f50a23dc8c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8077e4c-d06d-4947-a43f-559ff053efdd
ModelInvariantUuid:4d49d863-1ef5-494a-b62b-867a9bebc5a2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:4ea49975-ffb3-41e5-85b4-aafdda83b66c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:28d5ebce-9797-4062-85a5-f609c9c12a35
ModelInvariantUuid:7f4e639a-bc5e-4112-b6e6-4abe7034997d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:efba9df6-f2a8-4d96-be05-4d483d0e8597
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T12:57:53.180Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: c9be6031-7111-45ba-a108-573afa1eb0ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:57:53.182Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||basic_vm 0
2022-07-13T12:57:53.182Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: c9be6031-7111-45ba-a108-573afa1eb0ca
2022-07-13T12:57:53.182Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Trying to download the artifact UUID: dde5e93f-d0a9-4b62-82fe-e525581cd567 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-13T12:57:53.183Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:57:53.183Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.281Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:57:53.282Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dde5e93f-d0a9-4b62-82fe-e525581cd567 787
2022-07-13T12:57:53.282Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.282Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:53.283Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:57:53.283Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:53.285Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:53.285Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717073282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:57:53.385Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:53.386Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:53.386Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:53.402Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:53.402Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:54.286Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f0663c1-b863-47ce-96e5-c49184ce81cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "01a1004e-7aec-485a-8991-d8f50a23dc8c",
    "vfModuleModelCustomizationUUID": "5870d957-8ae3-48c1-8d1e-2e6b1f7a5b6a",
    "isBase": true,
    "artifacts": [
      "cd858c1f-8aad-409f-b900-6afb1c6af304",
      "d32926a3-3fef-4d73-8194-25412d1a43fd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:57:54.290Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01a1004e-7aec-485a-8991-d8f50a23dc8c
VfModuleModelInvariantUUID:7f0663c1-b863-47ce-96e5-c49184ce81cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd858c1f-8aad-409f-b900-6afb1c6af304
,
d32926a3-3fef-4d73-8194-25412d1a43fd

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

isBase:true


}

2022-07-13T12:57:54.292Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f0663c1-b863-47ce-96e5-c49184ce81cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "01a1004e-7aec-485a-8991-d8f50a23dc8c",
    "vfModuleModelCustomizationUUID": "5870d957-8ae3-48c1-8d1e-2e6b1f7a5b6a",
    "isBase": true,
    "artifacts": [
      "cd858c1f-8aad-409f-b900-6afb1c6af304",
      "d32926a3-3fef-4d73-8194-25412d1a43fd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T12:57:54.292Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01a1004e-7aec-485a-8991-d8f50a23dc8c
VfModuleModelInvariantUUID:7f0663c1-b863-47ce-96e5-c49184ce81cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
cd858c1f-8aad-409f-b900-6afb1c6af304
,
d32926a3-3fef-4d73-8194-25412d1a43fd

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

isBase:true


}

2022-07-13T12:57:54.292Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Trying to download the artifact UUID: cd858c1f-8aad-409f-b900-6afb1c6af304 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-13T12:57:54.293Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:57:54.293Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:54.354Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:57:54.354Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cd858c1f-8aad-409f-b900-6afb1c6af304 5033
2022-07-13T12:57:54.355Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:54.355Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:54.355Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:57:54.355Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:54.357Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:54.357Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717074355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:57:54.458Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:57:54.458Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:54.459Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:54.482Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:54.482Z||pool-114-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:55.358Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||Trying to download the artifact UUID: d32926a3-3fef-4d73-8194-25412d1a43fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-13T12:57:55.359Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - download
2022-07-13T12:57:55.359Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:55.782Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T12:57:55.783Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d32926a3-3fef-4d73-8194-25412d1a43fd 903
2022-07-13T12:57:55.783Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:55.783Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:55.783Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T12:57:55.784Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:55.785Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:55.786Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717075783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:57:55.886Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:55.886Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:55.886Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:55.903Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:55.903Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:56.787Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Preparing to deploy Service: 5001ee9a-bcbf-462f-9440-6da5b1cde5a0
2022-07-13T12:57:56.787Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c9be6031-7111-45ba-a108-573afa1eb0ca ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:57:56.796Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@644c3fce, org.onap.sdc.toscaparser.api.parameters.Input@5f144a40, org.onap.sdc.toscaparser.api.parameters.Input@687e9422, org.onap.sdc.toscaparser.api.parameters.Input@5516fda6, org.onap.sdc.toscaparser.api.parameters.Input@50211a85]
2022-07-13T12:57:56.797Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.798Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.798Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T12:57:56.798Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||VFCustomizationUUID= 672022b4-1281-4ba3-b7b3-6b62237dae4f
2022-07-13T12:57:56.798Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 672022b4-1281-4ba3-b7b3-6b62237dae4f matches Tosca VF Customization UUID: 672022b4-1281-4ba3-b7b3-6b62237dae4f
2022-07-13T12:57:56.798Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||vfCustomizationUUID: 672022b4-1281-4ba3-b7b3-6b62237dae4f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T12:57:56.800Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.800Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.801Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||resource request for resource customization id 672022b4-1281-4ba3-b7b3-6b62237dae4f: {\"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-07-13T12:57:56.801Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@534072de
2022-07-13T12:57:56.802Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.802Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T12:57:56.802Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5870d957-8ae3-48c1-8d1e-2e6b1f7a5b6a
2022-07-13T12:57:56.802Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5870d957-8ae3-48c1-8d1e-2e6b1f7a5b6a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T12:57:56.804Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.804Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:56.805Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:57:56.805Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.805Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:56.805Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:57:56.806Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.806Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-13T12:57:56.806Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-13T12:57:56.806Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-13T12:57:56.807Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f8077e4c-d06d-4947-a43f-559ff053efdd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T12:57:56.808Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.809Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:56.809Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T12:57:56.809Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.809Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-13T12:57:56.809Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=672022b4-1281-4ba3-b7b3-6b62237dae4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T12:57:56.810Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.811Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.811Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500|| resourceSeq for service uuid 5001ee9a-bcbf-462f-9440-6da5b1cde5a0: basic_vm
2022-07-13T12:57:56.811Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.812Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.812Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.812Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.813Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.813Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.813Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.814Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.814Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T12:57:56.814Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T12:57:56.815Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:56.896Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c9be6031-7111-45ba-a108-573afa1eb0ca 1 ASDC deployResourceStructure
2022-07-13T12:57:56.896Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:56.896Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:56.897Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:57:56.897Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:56.899Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:56.899Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717076896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:57:56.999Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:57.000Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:57.000Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:57.027Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:57.028Z||pool-116-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-07-13T12:57:57.900Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:57.901Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:57.901Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:57:57.901Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:57.903Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:57.903Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717077900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:57:58.003Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:58.004Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:58.004Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:58.022Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:58.023Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:58.904Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:58.905Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:58.905Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:57:58.905Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:58.907Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:58.907Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717078904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:57:59.007Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T12:57:59.008Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:57:59.009Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:57:59.045Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:57:59.046Z||pool-118-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:57:59.908Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:59.909Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?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-07-13T12:57:59.909Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T12:57:59.909Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T12:57:59.911Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T12:57:59.911Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717079908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:58:00.011Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T12:58:00.012Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T12:58:00.013Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:58:00.029Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:58:00.030Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T12:58:00.912Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:58:00.930Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:58:00.932Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:58:00.933Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:58:00.933Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:58:00.933Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:58:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:58:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:58:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:58:28.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:58:28.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:58:28.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:58:28.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657716990491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:58:28.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657716987759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:58:28.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716998041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T12:58:28.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:58:28.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "aai-ml",
  "timestamp": 1657716999046,
  "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-07-13T12:58:28.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 36f11922-5d1c-4076-963d-64fcbfad38ed
2022-07-13T12:58:28.898Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f11922-5d1c-4076-963d-64fcbfad38ed and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:58:28.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657717009403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:58:28.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:58:28.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657717011400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:58:28.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:58:28.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:58:28.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "clamp",
  "timestamp": 1657717012421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T12:58:28.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 36f11922-5d1c-4076-963d-64fcbfad38ed
2022-07-13T12:58:28.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 36f11922-5d1c-4076-963d-64fcbfad38ed and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T12:58:30.934Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:58:30.947Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:58:30.949Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:58:30.949Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:58:30.949Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:58:30.949Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:59:00.949Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:59:00.961Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:59:00.963Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:59:00.963Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:59:00.963Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:59:00.963Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T12:59:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T12:59:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T12:59:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T12:59:29.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T12:59:29.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3746d50e-a7d3-4a2a-9afa-43d385a7a451",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717062267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T12:59:29.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:59:29.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T12:59:29.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T12:59:29.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:59:29.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657716098387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T12:59:29.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T12:59:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717070656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:59:29.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717073282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:59:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717074355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:59:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717075783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717076896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717077900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T12:59:29.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717078904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-13T12:59:29.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:29.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T12:59:29.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717079908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T12:59:29.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T12:59:30.964Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:59:30.975Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T12:59:30.978Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T12:59:30.978Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T12:59:30.978Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T12:59:30.978Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:00:00.980Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:00:01.009Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:00:01.012Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:00:01.012Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:00:01.012Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:00:01.012Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:00:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:00:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:00:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:00:29.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:00:29.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717208794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717214512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:00:29.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717223197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:00:29.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:00:29.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "cds",
  "timestamp": 1657717224210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:00:29.478Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e630e73e-4afe-4105-9e06-39c8e7057371
2022-07-13T13:00:29.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e630e73e-4afe-4105-9e06-39c8e7057371 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:00:29.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717223598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:00:29.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:00:29.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717217493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717217681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:00:29.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717217807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:00:29.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:29.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717226410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:00:29.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:00:29.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717227083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:00:29.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:00:29.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717227432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:00:29.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:00:29.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717228174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:00:29.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:00:29.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717228436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:00:29.501Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e630e73e-4afe-4105-9e06-39c8e7057371
2022-07-13T13:00:29.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e630e73e-4afe-4105-9e06-39c8e7057371 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:00:29.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:00:29.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:00:29.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:00:31.013Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:00:31.025Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:00:31.026Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:00:31.027Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:00:31.027Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:00:31.027Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:01:01.028Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:01:01.125Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:01:01.148Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:01:01.148Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:01:01.148Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:01:01.148Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:01:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:01:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:01:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:01:28.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:01:28.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:01:28.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "policy-id",
  "timestamp": 1657717229182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:01:28.894Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e630e73e-4afe-4105-9e06-39c8e7057371
2022-07-13T13:01:28.894Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e630e73e-4afe-4105-9e06-39c8e7057371 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:01:31.148Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:01:31.163Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:01:31.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:01:31.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:01:31.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:01:31.165Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:02:01.166Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:02:01.176Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:02:01.178Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:02:01.178Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:02:01.178Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:02:01.178Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:02:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:02:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:02:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:02:28.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:02:28.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:02:28.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:02:28.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:02:31.178Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:02:31.189Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:02:31.191Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:02:31.191Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:02:31.191Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:02:31.191Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:03:01.191Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:03:01.192Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 68076fb5-a748-44ec-af83-93d5b020ebe5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:03:01.205Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68076fb5-a748-44ec-af83-93d5b020ebe5 and serviceModelVersionId: 5001ee9a-bcbf-462f-9440-6da5b1cde5a0
2022-07-13T13:03:01.206Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45d7af58-bdc9-4cae-a21d-68eef2582e55
2022-07-13T13:03:01.207Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0
2022-07-13T13:03:01.213Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:03:01.261Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/561af0d9-b6fb-4426-8cac-f87f17c185b2/model-vers/model-ver/94871bb7-f59e-435d-a32a-cd73272be2f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:03:01.263Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Invoke
2022-07-13T13:03:02.792Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:03:02.793Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Invoke
2022-07-13T13:03:04.321Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:03:04.323Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Invoke
2022-07-13T13:03:05.361Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:03:05.362Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-07-13T13:03:05.362Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:03:05.362Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-07-13T13:03:05.367Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-07-13T13:03:05.367Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68076fb5-a748-44ec-af83-93d5b020ebe5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:03:05.367Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:03:05.368Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:05.370Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:05.370Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717385367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:03:05.470Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:05.472Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:05.472Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:05.490Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:05.491Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:03:06.390Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:03:06.390Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-07-13T13:03:06.390Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:10.824Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:10.826Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||received message from topic
2022-07-13T13:03:10.826Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0750270e-db72-4f06-9aaf-7e75ef905f90","serviceName":"vFW 2022-07-13 12-42-59","serviceVersion":"1.0","serviceUUID":"305d884c-65aa-40a7-906e-459182c9ffba","serviceDescription":"catalog service description","serviceInvariantUUID":"b32f63e5-ad95-4c44-97ab-c1cb5223f157","resources":[{"resourceInstanceName":"vFW 50f468f6-4b1a 0","resourceName":"vFW 50f468f6-4b1a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f49bb3a0-edc2-4f1d-a6bf-5fa6de416119","resourceInvariantUUID":"bd14c4b8-5bb6-4d62-a3f1-5c9af7edcde2","resourceCustomizationUUID":"640c40a6-0fc9-4c5e-9a0d-51815d7b84b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml","artifactChecksum":"YmE5NDdhZGIwMjkzM2VhNTQ3YjE3MTU1YTJjYzBjM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"970f821b-8390-408f-84a7-0e73172ce1e0","artifactVersion":"1"},{"artifactName":"vfw50f468f64b1a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json","artifactChecksum":"NzE2MGJmZjk1ZGUxZWVmM2U5NzY3NWQ3YzMwYWNkYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"559570bd-8272-4acb-afc2-f543a1f2871e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c1b07f5-c909-4676-90a0-e0e1d7f495cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDFhMDg2ODYxMTQ0Y2M3N2IxNjY1ZTFjNDRhNDY1MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fbfe637-bd2b-48c4-8b2e-dd749de28f83","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"012bc030-c54d-4aca-beee-fb4aa6bb6960","artifactVersion":"2","generatedFromUUID":"8c1b07f5-c909-4676-90a0-e0e1d7f495cb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713124259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml","artifactChecksum":"NjBkOWI3NzFmNjNiMWY2OWRiN2Y5ZWFlY2Q3NDVlNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5dca294c-ffaa-4688-804c-d388794a67c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220713124259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar","artifactChecksum":"ZTk0NDM5YTQxMjdhYjgwNmFkNWYyMDZiMTY0YmFjZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0633f7ff-2a30-46cf-947b-3431eb61e84f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:03:10.829Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:10.829Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:10.831Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:10.831Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:10.931Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:10.932Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:10.932Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:10.946Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:10.947Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:11.831Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:11.834Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:11.836Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:11.836Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:03:11.936Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:11.937Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:11.937Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:11.958Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:11.959Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-07-13T13:03:12.837Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:12.838Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:12.840Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:12.840Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:03:12.941Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:03:12.942Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:12.942Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:12.959Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:12.960Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:03:13.841Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:13.842Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:13.844Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:13.844Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:13.944Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:13.945Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:13.945Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:13.963Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:13.963Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:03:14.844Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:14.845Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:14.847Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:14.847Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:03:14.947Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:14.948Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:14.948Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:14.965Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:14.966Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:03:15.847Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:15.848Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:15.850Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:15.850Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:15.950Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:15.951Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:15.951Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:15.966Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:15.967Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:16.851Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:03:16.851Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:16.853Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:16.853Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:03:16.955Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:03:16.956Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:16.956Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:16.972Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:16.973Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:17.855Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "serviceName": "vFW 2022-07-13 12-42-59",
  "serviceVersion": "1.0",
  "serviceUUID": "305d884c-65aa-40a7-906e-459182c9ffba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b32f63e5-ad95-4c44-97ab-c1cb5223f157",
  "resources": [
    {
      "resourceInstanceName": "vFW 50f468f6-4b1a 0",
      "resourceCustomizationUUID": "640c40a6-0fc9-4c5e-9a0d-51815d7b84b2",
      "resourceName": "vFW 50f468f6-4b1a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f49bb3a0-edc2-4f1d-a6bf-5fa6de416119",
      "resourceInvariantUUID": "bd14c4b8-5bb6-4d62-a3f1-5c9af7edcde2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw50f468f64b1a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
          "artifactChecksum": "NzE2MGJmZjk1ZGUxZWVmM2U5NzY3NWQ3YzMwYWNkYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "559570bd-8272-4acb-afc2-f543a1f2871e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8c1b07f5-c909-4676-90a0-e0e1d7f495cb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "012bc030-c54d-4aca-beee-fb4aa6bb6960",
            "generatedFromUUID": "8c1b07f5-c909-4676-90a0-e0e1d7f495cb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "012bc030-c54d-4aca-beee-fb4aa6bb6960",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713124259-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
      "artifactChecksum": "ZTk0NDM5YTQxMjdhYjgwNmFkNWYyMDZiMTY0YmFjZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0633f7ff-2a30-46cf-947b-3431eb61e84f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:03:17.855Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:03:17.855Z|68076fb5-a748-44ec-af83-93d5b020ebe5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 305d884c-65aa-40a7-906e-459182c9ffba ASDC
2022-07-13T13:03:17.856Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0750270e-db72-4f06-9aaf-7e75ef905f90
ServiceName:vFW 2022-07-13 12-42-59
ServiceVersion:1.0
ServiceUUID:305d884c-65aa-40a7-906e-459182c9ffba
ServiceInvariantUUID:b32f63e5-ad95-4c44-97ab-c1cb5223f157
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713124259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar
ArtifactUUID:0633f7ff-2a30-46cf-947b-3431eb61e84f
ArtifactChecksum:ZTk0NDM5YTQxMjdhYjgwNmFkNWYyMDZiMTY0YmFjZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 50f468f6-4b1a 0
ResourceCustomizationUUID:640c40a6-0fc9-4c5e-9a0d-51815d7b84b2
ResourceInvariantUUID:bd14c4b8-5bb6-4d62-a3f1-5c9af7edcde2
ResourceName:vFW 50f468f6-4b1a
ResourceType:VF
ResourceUUID:f49bb3a0-edc2-4f1d-a6bf-5fa6de416119
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw50f468f64b1a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json
ArtifactUUID:559570bd-8272-4acb-afc2-f543a1f2871e
ArtifactChecksum:NzE2MGJmZjk1ZGUxZWVmM2U5NzY3NWQ3YzMwYWNkYzE=
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/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml
ArtifactUUID:8c1b07f5-c909-4676-90a0-e0e1d7f495cb
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/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env
ArtifactUUID:012bc030-c54d-4aca-beee-fb4aa6bb6960
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/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env
ArtifactUUID:012bc030-c54d-4aca-beee-fb4aa6bb6960
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T13:03:17.856Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 305d884c-65aa-40a7-906e-459182c9ffba ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:03:17.888Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:03:17.889Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:03:17.889Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:03:17.889Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Trying to download the artifact UUID: 0633f7ff-2a30-46cf-947b-3431eb61e84f from URL: /sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:17.889Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:03:17.890Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:19.499Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:03:19.505Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar 0633f7ff-2a30-46cf-947b-3431eb61e84f 103072
2022-07-13T13:03:19.505Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar ASDC sendASDCNotification
2022-07-13T13:03:19.505Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:19.505Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:03:19.505Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:19.507Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:19.507Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717399505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:03:19.607Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:19.608Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:19.609Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:19.626Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:19.627Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:03:20.508Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:03:20.509Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:03:20.509Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Trying to write artifact UUID: 0633f7ff-2a30-46cf-947b-3431eb61e84f, URL: /sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar to file: /app/ASDC/1/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:20.510Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713124259-csar.csar
2022-07-13T13:03:20.510Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:20.510Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:20.658Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12750488119096475628/Definitions/service-Vfw20220713124259-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-07-13T13:03:22.581Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:03:22.582Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|WARN|500||####################################################################################################
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 50f468f6-4b1a 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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?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-Vfw20220713124259-csar.csar
2022-07-13T13:03:22.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|WARN|500||####################################################################################################
2022-07-13T13:03:22.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.586Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:22.586Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:03:22.586Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:03:22.587Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.587Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.587Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:22.587Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:03:22.587Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:03:22.588Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.588Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.588Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.588Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:22.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:22.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:22.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:03:22.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:03:22.590Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.590Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:03:22.590Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:03:22.590Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.590Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:03:22.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:03:22.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T13:03:22.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:03:22.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:22.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:22.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:22.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:22.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:22.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:22.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:22.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:22.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:22.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:03:22.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:03:22.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:03:22.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:03:22.596Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.596Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:03:22.596Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.596Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f88e9956-9e61-4da1-a072-11e87a3385e2
2022-07-13T13:03:22.596Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:22.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:22.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:22.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:03:22.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:03:22.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:03:22.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:03:22.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:03:22.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24e093a3-ee3b-4278-971c-9d249f8365a5
2022-07-13T13:03:22.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:22.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:22.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:22.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:03:22.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:03:22.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:03:22.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:03:22.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:22.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:22.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:03:22.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f05a960f-d220-4dab-9d6a-6e227c01d01f
2022-07-13T13:03:22.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:22.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:22.604Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 12-42-59
Description:catalog service description
Model UUID:305d884c-65aa-40a7-906e-459182c9ffba
Model Version:NULL
Model InvariantUuid:b32f63e5-ad95-4c44-97ab-c1cb5223f157
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 50f468f6-4b1a
Model UUID:175c1bb1-a12e-4d82-b955-73843bb719d7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd14c4b8-5bb6-4d62-a3f1-5c9af7edcde2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:640c40a6-0fc9-4c5e-9a0d-51815d7b84b2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00d33c35-4ccc-44d7-b2aa-3d4a733f5507
ModelName:Vfw50f468f64b1a..base_vfw..module-0
ModelUuid:c24f851f-80f0-458e-a895-9ac46f9d0344
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f88e9956-9e61-4da1-a072-11e87a3385e2
ModelInvariantUuid:d9d3afbf-e208-46ff-a3c5-e908baf78ae0
ModelName:vFW 50f468f6-4b1a-nodes.vfwCvfc
ModelUuid:8a4400d7-e346-4fb6-bc96-0683a4373075
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b47a8996-6c25-417b-b271-37f4bce8251b
ModelInvariantUuid:c8785ea8-8c4a-4564-bb0e-e7b0717f093c
ModelName:Vfw50f468f64b1a.compute.nodes.heat.vfw
ModelUuid:d4c521b6-a5c0-49cc-93e0-a74758f12ab3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:24e093a3-ee3b-4278-971c-9d249f8365a5
ModelInvariantUuid:363522c0-770e-4b81-898d-3ea41e89dd28
ModelName:vFW 50f468f6-4b1a-nodes.vsnCvfc
ModelUuid:2c366789-a3cd-48b8-b30f-2f38712bbe91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e8479b55-f28b-4893-bafc-facc89a9a173
ModelInvariantUuid:2c8d92a6-13ef-478d-9769-dd66d034af14
ModelName:Vfw50f468f64b1a.compute.nodes.heat.vsn
ModelUuid:41df208b-1bf3-4a2d-ad40-1a2873d99438
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f05a960f-d220-4dab-9d6a-6e227c01d01f
ModelInvariantUuid:7a084c23-90b5-442e-ba24-a6891f8374f3
ModelName:vFW 50f468f6-4b1a-nodes.vpgCvfc
ModelUuid:a755d818-8977-4d1e-a2e0-9547b3dafa6d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:25353feb-063b-495d-b459-0d7326d54dd9
ModelInvariantUuid:9609b680-1da8-4f7e-8414-2f61d9b000b6
ModelName:Vfw50f468f64b1a.compute.nodes.heat.vpg
ModelUuid:c9ae1590-84dc-45d3-942e-821c256431ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:03:22.610Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f49bb3a0-edc2-4f1d-a6bf-5fa6de416119
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:03:22.612Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||vFW 50f468f6-4b1a 0
2022-07-13T13:03:22.612Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f49bb3a0-edc2-4f1d-a6bf-5fa6de416119
2022-07-13T13:03:22.612Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Trying to download the artifact UUID: 559570bd-8272-4acb-afc2-f543a1f2871e from URL: /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json
2022-07-13T13:03:22.613Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:03:22.613Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json
2022-07-13T13:03:22.865Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:03:22.866Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json 559570bd-8272-4acb-afc2-f543a1f2871e 785
2022-07-13T13:03:22.866Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json ASDC sendASDCNotification
2022-07-13T13:03:22.867Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json
2022-07-13T13:03:22.867Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:03:22.867Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:22.869Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:22.870Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717402866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:03:22.970Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:22.971Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:22.971Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:22.986Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:22.986Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:23.870Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw50f468f64b1a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "00d33c35-4ccc-44d7-b2aa-3d4a733f5507",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c24f851f-80f0-458e-a895-9ac46f9d0344",
    "vfModuleModelCustomizationUUID": "46307546-29ef-4c71-8f36-4662b0847c57",
    "isBase": true,
    "artifacts": [
      "8c1b07f5-c909-4676-90a0-e0e1d7f495cb",
      "012bc030-c54d-4aca-beee-fb4aa6bb6960"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:03:23.875Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50f468f64b1a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c24f851f-80f0-458e-a895-9ac46f9d0344
VfModuleModelInvariantUUID:00d33c35-4ccc-44d7-b2aa-3d4a733f5507
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c1b07f5-c909-4676-90a0-e0e1d7f495cb
,
012bc030-c54d-4aca-beee-fb4aa6bb6960

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

isBase:true


}

2022-07-13T13:03:23.877Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw50f468f64b1a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "00d33c35-4ccc-44d7-b2aa-3d4a733f5507",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c24f851f-80f0-458e-a895-9ac46f9d0344",
    "vfModuleModelCustomizationUUID": "46307546-29ef-4c71-8f36-4662b0847c57",
    "isBase": true,
    "artifacts": [
      "8c1b07f5-c909-4676-90a0-e0e1d7f495cb",
      "012bc030-c54d-4aca-beee-fb4aa6bb6960"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:03:23.877Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw50f468f64b1a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c24f851f-80f0-458e-a895-9ac46f9d0344
VfModuleModelInvariantUUID:00d33c35-4ccc-44d7-b2aa-3d4a733f5507
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c1b07f5-c909-4676-90a0-e0e1d7f495cb
,
012bc030-c54d-4aca-beee-fb4aa6bb6960

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

isBase:true


}

2022-07-13T13:03:23.877Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Trying to download the artifact UUID: 8c1b07f5-c909-4676-90a0-e0e1d7f495cb from URL: /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml
2022-07-13T13:03:23.878Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:03:23.878Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml
2022-07-13T13:03:24.121Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:03:24.122Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml 8c1b07f5-c909-4676-90a0-e0e1d7f495cb 20368
2022-07-13T13:03:24.122Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:03:24.122Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml
2022-07-13T13:03:24.123Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:03:24.123Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:24.125Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:24.125Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717404122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:03:24.225Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:03:24.226Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:24.226Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:24.243Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:24.243Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:25.127Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Trying to download the artifact UUID: 012bc030-c54d-4aca-beee-fb4aa6bb6960 from URL: /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env
2022-07-13T13:03:25.127Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:03:25.127Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env
2022-07-13T13:03:25.561Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:03:25.561Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env 012bc030-c54d-4aca-beee-fb4aa6bb6960 2098
2022-07-13T13:03:25.562Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:03:25.562Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env
2022-07-13T13:03:25.562Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:03:25.562Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:25.564Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:25.564Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717405562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:03:25.664Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:25.665Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:25.665Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:25.681Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:25.682Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:03:26.565Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Preparing to deploy Service: 305d884c-65aa-40a7-906e-459182c9ffba
2022-07-13T13:03:26.566Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 50f468f6-4b1a 0 f49bb3a0-edc2-4f1d-a6bf-5fa6de416119 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:03:26.583Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@151c14a9, org.onap.sdc.toscaparser.api.parameters.Input@586b1d10, org.onap.sdc.toscaparser.api.parameters.Input@6fcb039, org.onap.sdc.toscaparser.api.parameters.Input@4c9f0f67, org.onap.sdc.toscaparser.api.parameters.Input@39d3e301]
2022-07-13T13:03:26.584Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T13:03:26.585Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||VFCustomizationUUID= 640c40a6-0fc9-4c5e-9a0d-51815d7b84b2
2022-07-13T13:03:26.586Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 640c40a6-0fc9-4c5e-9a0d-51815d7b84b2 matches Tosca VF Customization UUID: 640c40a6-0fc9-4c5e-9a0d-51815d7b84b2
2022-07-13T13:03:26.586Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||vfCustomizationUUID: 640c40a6-0fc9-4c5e-9a0d-51815d7b84b2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T13:03:26.587Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.588Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.588Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||resource request for resource customization id 640c40a6-0fc9-4c5e-9a0d-51815d7b84b2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T13:03:26.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e1e30c4
2022-07-13T13:03:26.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:03:26.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46307546-29ef-4c71-8f36-4662b0847c57
2022-07-13T13:03:26.589Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46307546-29ef-4c71-8f36-4662b0847c57
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T13:03:26.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:26.591Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:26.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:26.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:26.592Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:26.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:26.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:26.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:03:26.593Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:03:26.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:03:26.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:26.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:03:26.594Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:26.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:03:26.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.595Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f88e9956-9e61-4da1-a072-11e87a3385e2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:03:26.596Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:26.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:26.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.597Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:26.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:26.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:26.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:03:26.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.598Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:26.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:03:26.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:03:26.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:03:26.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:26.599Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:03:26.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.600Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24e093a3-ee3b-4278-971c-9d249f8365a5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:03:26.601Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:26.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:26.602Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is not matching search criteria
2022-07-13T13:03:26.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:03:26.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:03:26.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:03:26.603Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.604Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:26.604Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:03:26.604Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.604Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:03:26.604Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:03:26.605Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:03:26.605Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:03:26.605Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:03:26.605Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f05a960f-d220-4dab-9d6a-6e227c01d01f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:03:26.606Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.606Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:26.607Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:03:26.607Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.607Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Node template vFW 50f468f6-4b1a 0 is matching search criteria
2022-07-13T13:03:26.607Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found topology templates [vFW 50f468f6-4b1a 0] matching following query criteria: sdcType=VF, customizationUUID=640c40a6-0fc9-4c5e-9a0d-51815d7b84b2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:03:26.608Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.608Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.609Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500|| resourceSeq for service uuid 305d884c-65aa-40a7-906e-459182c9ffba: vFW 50f468f6-4b1a
2022-07-13T13:03:26.609Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.609Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.609Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.610Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.610Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.610Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.610Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.610Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.611Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:03:26.611Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Service vFW 2022-07-13 12-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:03:26.611Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||Saving Service: vFW 2022-07-13 12-42-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-07-13T13:03:26.711Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 50f468f6-4b1a f49bb3a0-edc2-4f1d-a6bf-5fa6de416119 1 ASDC deployResourceStructure
2022-07-13T13:03:26.712Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json ASDC sendASDCNotification
2022-07-13T13:03:26.712Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json
2022-07-13T13:03:26.712Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:03:26.712Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:26.714Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:26.714Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717406712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:03:26.814Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:26.815Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:26.815Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:26.830Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:26.831Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:27.716Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:03:27.716Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml
2022-07-13T13:03:27.716Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:03:27.717Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:27.718Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:27.718Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717407716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:03:27.819Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:27.819Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:27.820Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:27.840Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:27.840Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:28.719Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:03:28.720Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env
2022-07-13T13:03:28.720Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:03:28.721Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:28.723Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:28.723Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717408719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:03:28.823Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:28.824Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:28.824Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:28.839Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:28.840Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:03:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:03:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:03:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:28.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:28.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:28.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:03:28.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717230361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:03:28.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:03:28.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:28.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:03:28.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "aai-ml",
  "timestamp": 1657717231365,
  "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-07-13T13:03:28.897Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e630e73e-4afe-4105-9e06-39c8e7057371
2022-07-13T13:03:28.897Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e630e73e-4afe-4105-9e06-39c8e7057371 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:03:28.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:28.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:03:28.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717227759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717248431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717251470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:03:28.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:03:28.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:03:28.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "clamp",
  "timestamp": 1657717252486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:03:28.911Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e630e73e-4afe-4105-9e06-39c8e7057371
2022-07-13T13:03:28.911Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e630e73e-4afe-4105-9e06-39c8e7057371 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:03:29.729Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar ASDC sendASDCNotification
2022-07-13T13:03:29.730Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar
2022-07-13T13:03:29.730Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:03:29.730Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:03:29.732Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:03:29.732Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717409729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:03:29.832Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:03:29.833Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:03:29.833Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:03:29.847Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:03:29.848Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:03:30.733Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:03:30.747Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:03:30.749Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:03:30.749Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:03:30.749Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:03:30.749Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:04:00.750Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:04:00.768Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:04:00.771Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:04:00.771Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:04:00.771Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:04:00.771Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:04:28.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:04:28.859Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:04:28.859Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:04:28.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:04:28.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68076fb5-a748-44ec-af83-93d5b020ebe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717385367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:04:28.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:04:28.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:04:28.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:04:28.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:04:28.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717399505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717402866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:04:28.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717404122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717405562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717406712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/vfw50f468f64b1a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:04:28.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717407716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:04:28.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:28.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:04:28.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717408719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/resourceInstances/vfw50f468f64b1a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:04:28.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:04:30.771Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:04:30.783Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:04:30.785Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:04:30.785Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:04:30.786Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:04:30.786Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:05:00.786Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:05:00.796Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:05:00.799Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:05:00.799Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:05:00.799Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:05:00.800Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:05:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:05:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:05:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:05:29.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:05:29.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:05:29.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717409729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713124259/1.0/artifacts/service-Vfw20220713124259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:05:29.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:05:30.800Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:05:30.811Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:05:30.813Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:05:30.813Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:05:30.814Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:05:30.814Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:06:00.814Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:06:00.825Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:06:00.827Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:06:00.827Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:06:00.827Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:06:00.827Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:06:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:06:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:06:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:06:30.827Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:06:30.838Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:06:30.841Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:06:30.841Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:06:30.841Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:06:30.841Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:06:38.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:07:00.841Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:07:00.854Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:07:00.856Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:07:00.857Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:07:00.857Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:07:00.857Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:07:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:07:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:07:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:07:30.858Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:07:30.869Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:07:30.870Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:07:30.870Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:07:30.871Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:07:30.871Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:07:38.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:00.871Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:08:00.881Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:08:00.883Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:08:00.883Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:08:00.883Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:08:00.883Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:08:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:08:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:08:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:29.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:29.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717697492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717694512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717697681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717697803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:08:29.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:29.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:08:29.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:29.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:08:30.884Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:08:30.884Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0750270e-db72-4f06-9aaf-7e75ef905f90 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:08:30.891Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0750270e-db72-4f06-9aaf-7e75ef905f90 and serviceModelVersionId: 305d884c-65aa-40a7-906e-459182c9ffba
2022-07-13T13:08:30.891Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b32f63e5-ad95-4c44-97ab-c1cb5223f157
2022-07-13T13:08:30.892Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0
2022-07-13T13:08:30.901Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:08:30.953Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d7af58-bdc9-4cae-a21d-68eef2582e55/model-vers/model-ver/5001ee9a-bcbf-462f-9440-6da5b1cde5a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:08:30.955Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Invoke
2022-07-13T13:08:32.491Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:08:32.492Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Invoke
2022-07-13T13:08:34.021Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:08:34.022Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Invoke
2022-07-13T13:08:35.059Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:08:35.060Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-07-13T13:08:35.061Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:08:35.062Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-07-13T13:08:35.067Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-07-13T13:08:35.068Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0750270e-db72-4f06-9aaf-7e75ef905f90 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:08:35.068Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:08:35.068Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:35.072Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:35.072Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717715068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:08:35.172Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:35.173Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:35.173Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:35.191Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:35.191Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:08:36.090Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||received message from topic
2022-07-13T13:08:36.090Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4e2f511d-aeaf-41ee-9dd1-06defe76ff2f","serviceName":"Demo_pNF_fmQI1rZUBif6lAWUdl6k","serviceVersion":"1.0","serviceUUID":"bd250684-8d9f-4a10-b261-047233e54403","serviceDescription":"catalog service description","serviceInvariantUUID":"24d4edaf-98b6-47b1-a17e-1f5841a6e8d2","resources":[{"resourceInstanceName":"pNF 71b3259b-6d32 0","resourceName":"pNF 71b3259b-6d32","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8ea39e8a-6004-49ef-ac1b-4575af6535e8","resourceInvariantUUID":"193e228b-3ad8-4939-8985-ff43f31147e1","resourceCustomizationUUID":"29020f23-b25b-484e-9323-baa0183f8f8c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml","artifactChecksum":"ZDVlZDFkMjUzYTJhODg5YmU3Mzc0M2QxNmRlYTZmNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c223a2dc-8203-46ee-a83f-1ba6a38bef95","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e540b901-6a63-4561-9914-9a6eb4a294e5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb4466a-3ade-4db0-a5fa-adb717bfe9c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk4ODE5MDRmY2Y5MjRiZjQ3MmE1M2M3YzI2ZmU2YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fb25b7c-214e-4fc5-9db5-2ba7bae286c0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1f05c17-87b6-4a55-bb78-0e132d2dfa45","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28ee2532-c84e-4ba2-9120-bb0113d2aaf7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFmqi1rzubif6lawudl6k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml","artifactChecksum":"NjMyODM1YTBkNTkyNzFlMTgzNmYwZjk3MjgxZDlmOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b344482-309e-4e6f-a034-73c28283f14a","artifactVersion":"1"},{"artifactName":"service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar","artifactChecksum":"NTBjMGEyNDAxOTQyMjg4YjVmZTc1NmNhNmYyMGE5ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4db45ad7-5567-45ca-bae3-5c2f0a3916e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:08:36.091Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:36.091Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:36.093Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:36.093Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:36.193Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:36.194Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:36.195Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:36.215Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:36.216Z||pool-137-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:08:37.094Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:37.094Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:37.097Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:37.097Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:37.197Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:37.198Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:37.198Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:37.215Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:37.216Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:38.097Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:38.098Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:38.100Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:38.100Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:38.201Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:38.202Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:38.202Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:38.217Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:38.218Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:39.101Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:39.102Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:39.104Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:39.104Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:39.204Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:39.205Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:39.205Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:39.222Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:39.223Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:40.105Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:40.105Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:40.107Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:40.108Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:40.208Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:40.209Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:40.209Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:40.224Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:40.225Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:41.108Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:41.109Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:41.111Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:41.111Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:41.212Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:41.212Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:41.213Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:41.229Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:41.230Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:42.112Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:42.113Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:42.115Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:42.115Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:08:42.215Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:42.216Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:42.216Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:42.235Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:42.235Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:43.115Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:08:43.116Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:43.118Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:43.118Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:08:43.218Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:43.219Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:43.219Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:43.239Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:43.240Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:44.119Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "serviceName": "Demo_pNF_fmQI1rZUBif6lAWUdl6k",
  "serviceVersion": "1.0",
  "serviceUUID": "bd250684-8d9f-4a10-b261-047233e54403",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24d4edaf-98b6-47b1-a17e-1f5841a6e8d2",
  "resources": [
    {
      "resourceInstanceName": "pNF 71b3259b-6d32 0",
      "resourceCustomizationUUID": "29020f23-b25b-484e-9323-baa0183f8f8c",
      "resourceName": "pNF 71b3259b-6d32",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8ea39e8a-6004-49ef-ac1b-4575af6535e8",
      "resourceInvariantUUID": "193e228b-3ad8-4939-8985-ff43f31147e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
      "artifactChecksum": "NTBjMGEyNDAxOTQyMjg4YjVmZTc1NmNhNmYyMGE5ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4db45ad7-5567-45ca-bae3-5c2f0a3916e0"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:08:44.119Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:08:44.120Z|0750270e-db72-4f06-9aaf-7e75ef905f90|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bd250684-8d9f-4a10-b261-047233e54403 ASDC
2022-07-13T13:08:44.121Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
ServiceName:Demo_pNF_fmQI1rZUBif6lAWUdl6k
ServiceVersion:1.0
ServiceUUID:bd250684-8d9f-4a10-b261-047233e54403
ServiceInvariantUUID:24d4edaf-98b6-47b1-a17e-1f5841a6e8d2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
ArtifactUUID:4db45ad7-5567-45ca-bae3-5c2f0a3916e0
ArtifactChecksum:NTBjMGEyNDAxOTQyMjg4YjVmZTc1NmNhNmYyMGE5ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 71b3259b-6d32 0
ResourceCustomizationUUID:29020f23-b25b-484e-9323-baa0183f8f8c
ResourceInvariantUUID:193e228b-3ad8-4939-8985-ff43f31147e1
ResourceName:pNF 71b3259b-6d32
ResourceType:PNF
ResourceUUID:8ea39e8a-6004-49ef-ac1b-4575af6535e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T13:08:44.121Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd250684-8d9f-4a10-b261-047233e54403 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:08:44.151Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:08:44.151Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:08:44.152Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:08:44.152Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Trying to download the artifact UUID: 4db45ad7-5567-45ca-bae3-5c2f0a3916e0 from URL: /sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:44.152Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:08:44.153Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:45.073Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:08:45.078Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar 4db45ad7-5567-45ca-bae3-5c2f0a3916e0 86697
2022-07-13T13:08:45.079Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar ASDC sendASDCNotification
2022-07-13T13:08:45.079Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:45.079Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:08:45.079Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:45.082Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:45.082Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717725079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:08:45.182Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:08:45.183Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:45.183Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:45.199Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:45.200Z||pool-145-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:46.083Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:08:46.083Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:08:46.084Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Trying to write artifact UUID: 4db45ad7-5567-45ca-bae3-5c2f0a3916e0, URL: /sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar to file: /app/ASDC/1/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:46.084Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:46.085Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:46.085Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:46.303Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17916759552248683242/Definitions/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml
2022-07-13T13:08:47.348Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:08:47.349Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|WARN|500||####################################################################################################
2022-07-13T13:08:47.349Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.349Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T13:08:47.349Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.350Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.350Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.350Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.350Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.351Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.351Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 71b3259b-6d32 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-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.351Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|WARN|500||####################################################################################################
2022-07-13T13:08:47.352Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.352Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.352Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Node template pNF 71b3259b-6d32 0 is matching search criteria
2022-07-13T13:08:47.353Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:08:47.353Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found topology templates [pNF 71b3259b-6d32 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:08:47.353Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.354Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.354Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Node template pNF 71b3259b-6d32 0 is matching search criteria
2022-07-13T13:08:47.354Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:08:47.354Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found topology templates [pNF 71b3259b-6d32 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:08:47.355Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.355Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.355Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.355Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.356Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.356Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.357Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.357Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.357Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.357Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.358Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fmQI1rZUBif6lAWUdl6k
Description:catalog service description
Model UUID:bd250684-8d9f-4a10-b261-047233e54403
Model Version:NULL
Model InvariantUuid:24d4edaf-98b6-47b1-a17e-1f5841a6e8d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:08:47.363Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 8ea39e8a-6004-49ef-ac1b-4575af6535e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:08:47.365Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||pNF 71b3259b-6d32 0
2022-07-13T13:08:47.366Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 8ea39e8a-6004-49ef-ac1b-4575af6535e8
2022-07-13T13:08:47.366Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||No resources found for Service: bd250684-8d9f-4a10-b261-047233e54403
2022-07-13T13:08:47.366Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Preparing to deploy Service: bd250684-8d9f-4a10-b261-047233e54403
2022-07-13T13:08:47.366Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 71b3259b-6d32 0 8ea39e8a-6004-49ef-ac1b-4575af6535e8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:08:47.368Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d846ffd, org.onap.sdc.toscaparser.api.parameters.Input@48f68cea, org.onap.sdc.toscaparser.api.parameters.Input@4f463367, org.onap.sdc.toscaparser.api.parameters.Input@2efc3ddc, org.onap.sdc.toscaparser.api.parameters.Input@70594479]
2022-07-13T13:08:47.369Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.369Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.369Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500|| resourceSeq for service uuid bd250684-8d9f-4a10-b261-047233e54403: pNF 71b3259b-6d32
2022-07-13T13:08:47.369Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Processing PNF resource: 8ea39e8a-6004-49ef-ac1b-4575af6535e8
2022-07-13T13:08:47.369Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:08:47.370Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Service Demo_pNF_fmQI1rZUBif6lAWUdl6k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:08:47.370Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||Resource customization UUID: 29020f23-b25b-484e-9323-baa0183f8f8c is the same as notified resource customizationUUID: 29020f23-b25b-484e-9323-baa0183f8f8c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T13:08:47.393Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 71b3259b-6d32 8ea39e8a-6004-49ef-ac1b-4575af6535e8 0 ASDC deployResourceStructure
2022-07-13T13:08:47.393Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar ASDC sendASDCNotification
2022-07-13T13:08:47.393Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar
2022-07-13T13:08:47.393Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:08:47.394Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:08:47.395Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:08:47.395Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717727393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:08:47.496Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-07-13T13:08:47.496Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-13T13:08:47.497Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:08:47.528Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:08:47.528Z||pool-146-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:08:48.411Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:08:48.421Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:08:48.424Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:08:48.424Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:08:48.424Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:08:48.424Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:09:18.424Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:09:18.437Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:09:18.439Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:09:18.439Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:09:18.439Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:09:18.439Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:09:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:09:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:09:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:09:28.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:09:28.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:09:28.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:09:28.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:09:48.440Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:09:48.455Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:09:48.456Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:09:48.457Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:09:48.457Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:09:48.457Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:10:18.457Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:10:18.469Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:10:18.472Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:10:18.472Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:10:18.472Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:10:18.472Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:10:28.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:10:28.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:10:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:10:28.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:10:28.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:10:28.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717708536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:10:28.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:10:48.473Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:10:48.489Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:10:48.491Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:10:48.491Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:10:48.492Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:10:48.492Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:11:18.492Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:11:18.505Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:11:18.507Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:11:18.507Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:11:18.507Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:11:18.507Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:11:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:11:28.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:11:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:11:28.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:11:28.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:11:28.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717709633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717709667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717703794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717710682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717711093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717711805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "policy-id",
  "timestamp": 1657717711765,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:11:28.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23f46ba6-e04b-47ad-99f3-640f443b2e58
2022-07-13T13:11:28.914Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23f46ba6-e04b-47ad-99f3-640f443b2e58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:11:28.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717712359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "cds",
  "timestamp": 1657717712812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:11:28.926Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23f46ba6-e04b-47ad-99f3-640f443b2e58
2022-07-13T13:11:28.926Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23f46ba6-e04b-47ad-99f3-640f443b2e58 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:11:28.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717713398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:11:28.938Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23f46ba6-e04b-47ad-99f3-640f443b2e58
2022-07-13T13:11:28.938Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23f46ba6-e04b-47ad-99f3-640f443b2e58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717714403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717707757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0750270e-db72-4f06-9aaf-7e75ef905f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717715068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/resourceInstances/pnf71b3259b6d320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717721785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "aai-ml",
  "timestamp": 1657717722788,
  "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-07-13T13:11:28.954Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 23f46ba6-e04b-47ad-99f3-640f443b2e58
2022-07-13T13:11:28.954Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23f46ba6-e04b-47ad-99f3-640f443b2e58 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717725079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717727393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmqi1rzubif6lawudl6k/1.0/artifacts/service-DemoPnfFmqi1rzubif6lawudl6k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717735540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717738553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:11:28.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:11:28.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-13T13:11:28.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "clamp",
  "timestamp": 1657717739579,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:11:28.967Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23f46ba6-e04b-47ad-99f3-640f443b2e58
2022-07-13T13:11:28.968Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23f46ba6-e04b-47ad-99f3-640f443b2e58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:11:48.507Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:11:48.518Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:11:48.521Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:11:48.521Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:11:48.521Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:11:48.521Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:12:18.521Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:12:18.531Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:12:18.533Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:12:18.533Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:12:18.533Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:12:18.533Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:12:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:12:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:12:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:12:29.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:12:29.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717777493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657717777681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:12:29.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717777817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717778794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717786592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717787608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717787849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717787568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657717788611,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:12:29.423Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e7c7dc39-c54d-438a-88dd-e6623822f43a
2022-07-13T13:12:29.423Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7c7dc39-c54d-438a-88dd-e6623822f43a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:12:29.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717788582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:12:29.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "cds",
  "timestamp": 1657717788858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:12:29.435Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7c7dc39-c54d-438a-88dd-e6623822f43a
2022-07-13T13:12:29.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7c7dc39-c54d-438a-88dd-e6623822f43a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:12:29.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "policy-id",
  "timestamp": 1657717789599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:12:29.447Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7c7dc39-c54d-438a-88dd-e6623822f43a
2022-07-13T13:12:29.447Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7c7dc39-c54d-438a-88dd-e6623822f43a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:12:29.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717784512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:12:29.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717793572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717799609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "aai-ml",
  "timestamp": 1657717800612,
  "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-07-13T13:12:29.463Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e7c7dc39-c54d-438a-88dd-e6623822f43a
2022-07-13T13:12:29.463Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7c7dc39-c54d-438a-88dd-e6623822f43a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:12:29.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717797757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:12:29.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717814582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717816576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-13T13:12:29.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "clamp",
  "timestamp": 1657717817591,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:12:29.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7c7dc39-c54d-438a-88dd-e6623822f43a
2022-07-13T13:12:29.478Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7c7dc39-c54d-438a-88dd-e6623822f43a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:12:48.533Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:12:48.542Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:12:48.544Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:12:48.544Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:12:48.544Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:12:48.545Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:13:18.545Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:13:18.553Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:13:18.555Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:13:18.555Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:13:18.555Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:13:18.555Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:13:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:13:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:13:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:38.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:48.556Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:13:48.556Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:13:48.561Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and serviceModelVersionId: bd250684-8d9f-4a10-b261-047233e54403
2022-07-13T13:13:48.561Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24d4edaf-98b6-47b1-a17e-1f5841a6e8d2
2022-07-13T13:13:48.564Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0
2022-07-13T13:13:48.573Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b32f63e5-ad95-4c44-97ab-c1cb5223f157/model-vers/model-ver/305d884c-65aa-40a7-906e-459182c9ffba?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:13:48.628Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Invoke
2022-07-13T13:13:48.629Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8bbaaee2-7884-47dc-9464-41cf917d5755], X-ECOMP-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], X-TransactionId=[], X-ONAP-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], Content-Type=[application/merge-patch+json]}
2022-07-13T13:13:50.183Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Invoke
2022-07-13T13:13:50.184Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9d85cc1-bcd0-4305-af0b-7186c87c1c4e], X-ECOMP-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], X-TransactionId=[], X-ONAP-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], Content-Type=[application/merge-patch+json]}
2022-07-13T13:13:51.721Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Invoke
2022-07-13T13:13:51.722Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[306daa20-b771-4b7a-b7f8-119ca764139b], X-ECOMP-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], X-TransactionId=[], X-ONAP-RequestID=[4e2f511d-aeaf-41ee-9dd1-06defe76ff2f], Content-Type=[application/merge-patch+json]}
2022-07-13T13:13:52.753Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:13:52.754Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-07-13T13:13:52.755Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:13:52.755Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-07-13T13:13:52.760Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-07-13T13:13:52.760Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e2f511d-aeaf-41ee-9dd1-06defe76ff2f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:13:52.761Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:13:52.761Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:52.769Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:52.769Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718032760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:13:52.864Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-13T13:13:52.865Z||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-07-13T13:13:52.865Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:52.883Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:52.884Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:13:53.780Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||received message from topic
2022-07-13T13:13:53.780Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1f5dd10b-47e1-4715-9239-5e7a85764cde","serviceName":"Demo_pNF_ZIz9QG4cDeSEXsMQPBl6","serviceVersion":"1.0","serviceUUID":"a2d77025-82f2-45d1-ac9c-49a97158cff7","serviceDescription":"catalog service description","serviceInvariantUUID":"8a65395f-1eb7-4603-9017-f52bb31888ed","resources":[{"resourceInstanceName":"pNF b8cc869c-a274 0","resourceName":"pNF b8cc869c-a274","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af01251a-9690-4365-8cce-04e02720e943","resourceInvariantUUID":"6d1b8345-eb07-4423-b7fe-a0cd1d6c60c0","resourceCustomizationUUID":"7a34eaae-45f3-4f41-aaf3-92b81e7dde3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml","artifactChecksum":"MzRmNDU1ZWUxMTNkYTQ5ODJlYTg5MjRlNGZlODI0MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3835c665-4fb3-47ae-aa01-7a7637b9f86d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd6569c6-790f-4430-b34c-ceb2ed7f46b0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d058902e-e4b8-4128-b7e8-78ca53645aa9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml","artifactChecksum":"YzRhMmU2MTVmMmZiNTQ3N2VlODA1MzMxMTBmZTA2MzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1133f8c2-5801-41c6-be59-c488169e8513","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6d62f77-964e-4a75-bf37-a0ed4ee3da49","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4ec38ba-1cc1-49c5-8d69-132dbbbdb4ef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml","artifactChecksum":"YjU5MzdhNDliOTE0NWY3YTg3ODU5NjhhNDY4Nzk5YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0ee1a17-393d-4412-ab77-d1a7161cfadb","artifactVersion":"1"},{"artifactName":"service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar","artifactChecksum":"MTBlMTY2ODNmYzA5NmE2ODBmYjViYTJlZmE3Mjk4MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bbae69a-5059-4195-a462-c5c05fedf0de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:13:53.781Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:53.781Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:53.783Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:53.783Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:53.883Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:13:53.884Z||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-07-13T13:13:53.884Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:53.899Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:53.899Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:13:54.784Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:54.785Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:54.787Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:54.787Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:54.887Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:13:54.888Z||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-07-13T13:13:54.888Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:54.907Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:54.907Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:13:55.787Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:55.788Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:55.791Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:55.791Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:55.891Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:13:55.892Z||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-07-13T13:13:55.892Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:55.906Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:55.906Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:13:56.791Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:56.792Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:56.795Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:56.795Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:56.894Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:13:56.895Z||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-07-13T13:13:56.895Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:56.914Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:56.914Z||pool-151-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:13:57.795Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:57.796Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:57.798Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:57.799Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:57.898Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:13:57.899Z||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-07-13T13:13:57.899Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:57.915Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:57.915Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:13:58.800Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:58.802Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:58.832Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:58.833Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:58.904Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-07-13T13:13:58.904Z||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-07-13T13:13:58.905Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:58.923Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:58.924Z||pool-153-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:13:59.833Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:13:59.834Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:13:59.836Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:13:59.836Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:13:59.936Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:13:59.937Z||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-07-13T13:13:59.937Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:13:59.953Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:13:59.953Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:14:00.837Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:14:00.837Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:14:00.840Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:14:00.840Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:14:00.942Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:14:00.943Z||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-07-13T13:14:00.943Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:14:00.958Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:14:00.958Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:14:01.842Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "serviceName": "Demo_pNF_ZIz9QG4cDeSEXsMQPBl6",
  "serviceVersion": "1.0",
  "serviceUUID": "a2d77025-82f2-45d1-ac9c-49a97158cff7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8a65395f-1eb7-4603-9017-f52bb31888ed",
  "resources": [
    {
      "resourceInstanceName": "pNF b8cc869c-a274 0",
      "resourceCustomizationUUID": "7a34eaae-45f3-4f41-aaf3-92b81e7dde3c",
      "resourceName": "pNF b8cc869c-a274",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "af01251a-9690-4365-8cce-04e02720e943",
      "resourceInvariantUUID": "6d1b8345-eb07-4423-b7fe-a0cd1d6c60c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
      "artifactChecksum": "MTBlMTY2ODNmYzA5NmE2ODBmYjViYTJlZmE3Mjk4MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bbae69a-5059-4195-a462-c5c05fedf0de"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:14:01.843Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:14:01.843Z|4e2f511d-aeaf-41ee-9dd1-06defe76ff2f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2d77025-82f2-45d1-ac9c-49a97158cff7 ASDC
2022-07-13T13:14:01.844Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1f5dd10b-47e1-4715-9239-5e7a85764cde
ServiceName:Demo_pNF_ZIz9QG4cDeSEXsMQPBl6
ServiceVersion:1.0
ServiceUUID:a2d77025-82f2-45d1-ac9c-49a97158cff7
ServiceInvariantUUID:8a65395f-1eb7-4603-9017-f52bb31888ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
ArtifactUUID:7bbae69a-5059-4195-a462-c5c05fedf0de
ArtifactChecksum:MTBlMTY2ODNmYzA5NmE2ODBmYjViYTJlZmE3Mjk4MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b8cc869c-a274 0
ResourceCustomizationUUID:7a34eaae-45f3-4f41-aaf3-92b81e7dde3c
ResourceInvariantUUID:6d1b8345-eb07-4423-b7fe-a0cd1d6c60c0
ResourceName:pNF b8cc869c-a274
ResourceType:PNF
ResourceUUID:af01251a-9690-4365-8cce-04e02720e943
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T13:14:01.844Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2d77025-82f2-45d1-ac9c-49a97158cff7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:14:01.873Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:14:01.874Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:14:01.874Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:14:01.874Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Trying to download the artifact UUID: 7bbae69a-5059-4195-a462-c5c05fedf0de from URL: /sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:01.875Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:14:01.875Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:02.406Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:14:02.412Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar 7bbae69a-5059-4195-a462-c5c05fedf0de 86710
2022-07-13T13:14:02.412Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar ASDC sendASDCNotification
2022-07-13T13:14:02.413Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:02.413Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:14:02.413Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:14:02.416Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:14:02.416Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718042412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:14:02.516Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:14:02.517Z||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-07-13T13:14:02.517Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:14:02.532Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:14:02.532Z||pool-156-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:14:03.416Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:14:03.418Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:14:03.418Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Trying to write artifact UUID: 7bbae69a-5059-4195-a462-c5c05fedf0de, URL: /sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar to file: /app/ASDC/1/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:03.419Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:03.420Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:03.420Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:03.605Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7252479783355221964/Definitions/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml
2022-07-13T13:14:04.488Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:14:04.488Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|WARN|500||####################################################################################################
2022-07-13T13:14:04.488Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.488Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T13:14:04.489Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.489Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.489Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.489Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b8cc869c-a274 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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.489Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.490Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.490Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?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-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.490Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|WARN|500||####################################################################################################
2022-07-13T13:14:04.490Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.491Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.491Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Node template pNF b8cc869c-a274 0 is matching search criteria
2022-07-13T13:14:04.491Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:14:04.491Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found topology templates [pNF b8cc869c-a274 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:14:04.492Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.492Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.492Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Node template pNF b8cc869c-a274 0 is matching search criteria
2022-07-13T13:14:04.492Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:14:04.493Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found topology templates [pNF b8cc869c-a274 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:14:04.493Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.493Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.493Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.493Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.494Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.494Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.494Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.494Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.494Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.495Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.495Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZIz9QG4cDeSEXsMQPBl6
Description:catalog service description
Model UUID:a2d77025-82f2-45d1-ac9c-49a97158cff7
Model Version:NULL
Model InvariantUuid:8a65395f-1eb7-4603-9017-f52bb31888ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:14:04.498Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: af01251a-9690-4365-8cce-04e02720e943
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:14:04.500Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||pNF b8cc869c-a274 0
2022-07-13T13:14:04.500Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: af01251a-9690-4365-8cce-04e02720e943
2022-07-13T13:14:04.500Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||No resources found for Service: a2d77025-82f2-45d1-ac9c-49a97158cff7
2022-07-13T13:14:04.500Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Preparing to deploy Service: a2d77025-82f2-45d1-ac9c-49a97158cff7
2022-07-13T13:14:04.500Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b8cc869c-a274 0 af01251a-9690-4365-8cce-04e02720e943 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:14:04.503Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bf58364, org.onap.sdc.toscaparser.api.parameters.Input@1482e34c, org.onap.sdc.toscaparser.api.parameters.Input@6e2b422a, org.onap.sdc.toscaparser.api.parameters.Input@1cd9fe47, org.onap.sdc.toscaparser.api.parameters.Input@4b60a01b]
2022-07-13T13:14:04.503Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.503Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.504Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500|| resourceSeq for service uuid a2d77025-82f2-45d1-ac9c-49a97158cff7: pNF b8cc869c-a274
2022-07-13T13:14:04.504Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Processing PNF resource: af01251a-9690-4365-8cce-04e02720e943
2022-07-13T13:14:04.504Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:14:04.504Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Service Demo_pNF_ZIz9QG4cDeSEXsMQPBl6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:14:04.505Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||Resource customization UUID: 7a34eaae-45f3-4f41-aaf3-92b81e7dde3c is the same as notified resource customizationUUID: 7a34eaae-45f3-4f41-aaf3-92b81e7dde3c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T13:14:04.536Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b8cc869c-a274 af01251a-9690-4365-8cce-04e02720e943 0 ASDC deployResourceStructure
2022-07-13T13:14:04.536Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar ASDC sendASDCNotification
2022-07-13T13:14:04.536Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar
2022-07-13T13:14:04.536Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:14:04.537Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:14:04.539Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:14:04.539Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718044536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:14:04.639Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:14:04.640Z||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-07-13T13:14:04.640Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:14:04.656Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:14:04.656Z||pool-157-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:14:05.541Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:14:05.549Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:14:05.550Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:14:05.551Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:14:05.551Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:14:05.551Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:14:28.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:14:28.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:14:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:14:29.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:14:29.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e2f511d-aeaf-41ee-9dd1-06defe76ff2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718032760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:14:29.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:14:29.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/resourceInstances/pnfb8cc869ca2740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:14:29.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:14:29.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:14:29.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718042412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:14:29.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:14:29.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:14:29.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718044536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZiz9qg4cdesexsmqpbl6/1.0/artifacts/service-DemoPnfZiz9qg4cdesexsmqpbl6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:14:29.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:14:35.551Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:14:35.560Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:14:35.562Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:14:35.562Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:14:35.562Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:14:35.562Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:15:05.563Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:15:05.571Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:15:05.574Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:15:05.575Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:15:05.575Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:15:05.575Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:15:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:15:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:15:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:15:35.575Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:15:35.584Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:15:35.585Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:15:35.585Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:15:35.586Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:15:35.586Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:15:38.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:16:05.586Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:16:05.599Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:16:05.602Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:16:05.602Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:16:05.602Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:16:05.602Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:16:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:16:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:16:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:16:35.603Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:16:35.617Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:16:35.618Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:16:35.619Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:16:35.619Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:16:35.619Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:16:38.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:17:05.619Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:17:05.637Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:17:05.639Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:17:05.639Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:17:05.639Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:17:05.639Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:17:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:17:28.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:17:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:17:35.640Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:17:35.651Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:17:35.653Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:17:35.653Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:17:35.654Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:17:35.654Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:17:38.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:18:05.654Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:18:05.666Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:18:05.668Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:18:05.669Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:18:05.669Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:18:05.669Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:18:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:18:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:18:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:18:35.669Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:18:35.679Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:18:35.681Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:18:35.682Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:18:35.682Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:18:35.682Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:18:38.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:05.682Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:19:05.683Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:19:05.690Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f5dd10b-47e1-4715-9239-5e7a85764cde and serviceModelVersionId: a2d77025-82f2-45d1-ac9c-49a97158cff7
2022-07-13T13:19:05.690Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a65395f-1eb7-4603-9017-f52bb31888ed
2022-07-13T13:19:05.692Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0
2022-07-13T13:19:05.702Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24d4edaf-98b6-47b1-a17e-1f5841a6e8d2/model-vers/model-ver/bd250684-8d9f-4a10-b261-047233e54403?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:19:05.773Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Invoke
2022-07-13T13:19:05.774Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1cbdfdd-9ad2-4434-b7ac-cb70758103c6], X-ECOMP-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], X-TransactionId=[], X-ONAP-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], Content-Type=[application/merge-patch+json]}
2022-07-13T13:19:07.307Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Invoke
2022-07-13T13:19:07.308Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b109cf3-b71c-46a7-aa0b-ecbc8f92c75a], X-ECOMP-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], X-TransactionId=[], X-ONAP-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], Content-Type=[application/merge-patch+json]}
2022-07-13T13:19:08.845Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Invoke
2022-07-13T13:19:08.845Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a754f83a-017b-4cf0-89ca-1ddfb76b2232], X-ECOMP-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], X-TransactionId=[], X-ONAP-RequestID=[1f5dd10b-47e1-4715-9239-5e7a85764cde], Content-Type=[application/merge-patch+json]}
2022-07-13T13:19:09.874Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:19:09.875Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-07-13T13:19:09.876Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:19:09.876Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-07-13T13:19:09.881Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-07-13T13:19:09.882Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f5dd10b-47e1-4715-9239-5e7a85764cde and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:19:09.882Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:19:09.882Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:09.885Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:09.886Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718349882,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:19:09.986Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:09.987Z||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-07-13T13:19:09.987Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:10.006Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:10.006Z||pool-158-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:19:10.903Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||received message from topic
2022-07-13T13:19:10.903Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"36f11922-5d1c-4076-963d-64fcbfad38ed","serviceName":"vFW 2022-07-13 12-53-07","serviceVersion":"1.0","serviceUUID":"e4dfc7ff-b22e-461b-b950-d67c0acd709e","serviceDescription":"catalog service description","serviceInvariantUUID":"d0463b83-0500-4c00-87bc-738ac92249bd","resources":[{"resourceInstanceName":"vFW 017a9a29-461f 0","resourceName":"vFW 017a9a29-461f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95","resourceInvariantUUID":"ebcdeab7-2854-44dd-b8e5-3bf639537816","resourceCustomizationUUID":"363923ff-6384-436b-8738-3ce5711f057a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml","artifactChecksum":"N2E5MWZjOTZkNGEwYmVkMzE2NTc3M2NhNDZjMmZiMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d7f0133-0c7d-4990-9ef4-573dc884c941","artifactVersion":"1"},{"artifactName":"vfw017a9a29461f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json","artifactChecksum":"M2VhMzI2Y2ZiNTQ5ODcyYWMyODUzMjc0ZDlhNTg3OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e5c10e4-33a4-4ba6-aba8-f84a257d31d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"50dde0d2-605f-49cd-a22c-76d4bef399c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU3MzVhNjc0ZDE3YzE5OWI1NDU4MWU4ZGRlNWUxN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9df7aff-44d3-4ad1-b6b4-91a3666635c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dffca2ce-9157-44c6-9c9d-48f4858e7cf0","artifactVersion":"2","generatedFromUUID":"50dde0d2-605f-49cd-a22c-76d4bef399c9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713125307-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml","artifactChecksum":"ZDk4MjhjZjk3ZjcwOTMyMWFiZTQ5MjBmMjVlNTJlNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2423f54-8bb4-4820-b792-baaa0a9d3ecd","artifactVersion":"1"},{"artifactName":"service-Vfw20220713125307-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar","artifactChecksum":"N2I5NDk0MTkzYWMwNzQ1N2NlNDZjY2JhYWUxNjZjNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4408def9-f649-42df-aa60-8ac131f8daa6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:19:10.904Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:10.904Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:10.906Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:10.906Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:19:11.007Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:19:11.007Z||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-07-13T13:19:11.008Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:11.024Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:11.025Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:11.907Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:11.908Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:11.910Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:11.911Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:19:12.011Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:12.011Z||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-07-13T13:19:12.011Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:12.030Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:12.030Z||pool-160-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:12.911Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:12.912Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:12.914Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:12.914Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:19:13.016Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:19:13.017Z||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-07-13T13:19:13.017Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:13.034Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:13.035Z||pool-161-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:13.915Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:13.916Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:13.918Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:13.919Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:19:14.019Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:14.019Z||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-07-13T13:19:14.019Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:14.035Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:14.035Z||pool-162-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:14.919Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:14.920Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:14.922Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:14.922Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:19:15.022Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:19:15.023Z||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-07-13T13:19:15.023Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:15.040Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:15.041Z||pool-163-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:15.923Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:15.924Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:15.926Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:15.926Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:19:16.026Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:16.027Z||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-07-13T13:19:16.027Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:16.043Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:16.044Z||pool-164-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:16.926Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:19:16.927Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:16.929Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:16.929Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:19:17.029Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:19:17.030Z||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-07-13T13:19:17.030Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:17.046Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:17.046Z||pool-165-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:17.931Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "serviceName": "vFW 2022-07-13 12-53-07",
  "serviceVersion": "1.0",
  "serviceUUID": "e4dfc7ff-b22e-461b-b950-d67c0acd709e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d0463b83-0500-4c00-87bc-738ac92249bd",
  "resources": [
    {
      "resourceInstanceName": "vFW 017a9a29-461f 0",
      "resourceCustomizationUUID": "363923ff-6384-436b-8738-3ce5711f057a",
      "resourceName": "vFW 017a9a29-461f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95",
      "resourceInvariantUUID": "ebcdeab7-2854-44dd-b8e5-3bf639537816",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw017a9a29461f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
          "artifactChecksum": "M2VhMzI2Y2ZiNTQ5ODcyYWMyODUzMjc0ZDlhNTg3OTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7e5c10e4-33a4-4ba6-aba8-f84a257d31d4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "50dde0d2-605f-49cd-a22c-76d4bef399c9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dffca2ce-9157-44c6-9c9d-48f4858e7cf0",
            "generatedFromUUID": "50dde0d2-605f-49cd-a22c-76d4bef399c9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dffca2ce-9157-44c6-9c9d-48f4858e7cf0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713125307-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
      "artifactChecksum": "N2I5NDk0MTkzYWMwNzQ1N2NlNDZjY2JhYWUxNjZjNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4408def9-f649-42df-aa60-8ac131f8daa6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:19:17.931Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:19:17.932Z|1f5dd10b-47e1-4715-9239-5e7a85764cde|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e4dfc7ff-b22e-461b-b950-d67c0acd709e ASDC
2022-07-13T13:19:17.932Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||ASDC Notification:
DistributionID:36f11922-5d1c-4076-963d-64fcbfad38ed
ServiceName:vFW 2022-07-13 12-53-07
ServiceVersion:1.0
ServiceUUID:e4dfc7ff-b22e-461b-b950-d67c0acd709e
ServiceInvariantUUID:d0463b83-0500-4c00-87bc-738ac92249bd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713125307-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar
ArtifactUUID:4408def9-f649-42df-aa60-8ac131f8daa6
ArtifactChecksum:N2I5NDk0MTkzYWMwNzQ1N2NlNDZjY2JhYWUxNjZjNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 017a9a29-461f 0
ResourceCustomizationUUID:363923ff-6384-436b-8738-3ce5711f057a
ResourceInvariantUUID:ebcdeab7-2854-44dd-b8e5-3bf639537816
ResourceName:vFW 017a9a29-461f
ResourceType:VF
ResourceUUID:90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw017a9a29461f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json
ArtifactUUID:7e5c10e4-33a4-4ba6-aba8-f84a257d31d4
ArtifactChecksum:M2VhMzI2Y2ZiNTQ5ODcyYWMyODUzMjc0ZDlhNTg3OTI=
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/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml
ArtifactUUID:50dde0d2-605f-49cd-a22c-76d4bef399c9
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/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env
ArtifactUUID:dffca2ce-9157-44c6-9c9d-48f4858e7cf0
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/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env
ArtifactUUID:dffca2ce-9157-44c6-9c9d-48f4858e7cf0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T13:19:17.934Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4dfc7ff-b22e-461b-b950-d67c0acd709e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:19:17.974Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:19:17.975Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:19:17.975Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:19:17.975Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Trying to download the artifact UUID: 4408def9-f649-42df-aa60-8ac131f8daa6 from URL: /sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:17.975Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:19:17.975Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:19.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:19:19.775Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar 4408def9-f649-42df-aa60-8ac131f8daa6 103044
2022-07-13T13:19:19.776Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar ASDC sendASDCNotification
2022-07-13T13:19:19.776Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:19.776Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:19:19.776Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:19.778Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:19.778Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718359776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:19.878Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:19.879Z||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-07-13T13:19:19.879Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:19.895Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:19.895Z||pool-166-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:20.779Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:19:20.780Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:19:20.780Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Trying to write artifact UUID: 4408def9-f649-42df-aa60-8ac131f8daa6, URL: /sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar to file: /app/ASDC/1/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:20.781Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713125307-csar.csar
2022-07-13T13:19:20.781Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:20.781Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:21.065Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3349625411967594567/Definitions/service-Vfw20220713125307-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-07-13T13:19:23.171Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:19:23.172Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|WARN|500||####################################################################################################
2022-07-13T13:19:23.172Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.173Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 017a9a29-461f 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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?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-Vfw20220713125307-csar.csar
2022-07-13T13:19:23.174Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|WARN|500||####################################################################################################
2022-07-13T13:19:23.175Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.175Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.175Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:23.175Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:19:23.176Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:19:23.176Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.176Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.176Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:23.176Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:19:23.176Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:19:23.177Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.178Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.179Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:23.180Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.181Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14d5de14-a899-48d0-aa3f-a073361dd83c
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:23.182Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:19:23.183Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc9db118-4d2a-42d2-9fe8-0b13971ce980
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.184Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:19:23.185Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9397a9a3-549f-406d-8224-310670f878e6
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:23.186Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 12-53-07
Description:catalog service description
Model UUID:e4dfc7ff-b22e-461b-b950-d67c0acd709e
Model Version:NULL
Model InvariantUuid:d0463b83-0500-4c00-87bc-738ac92249bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 017a9a29-461f
Model UUID:e2cbfdb9-2426-43da-ba9d-9ced93826110
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ebcdeab7-2854-44dd-b8e5-3bf639537816
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:363923ff-6384-436b-8738-3ce5711f057a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b03cc348-8055-4055-90d1-5f626b4a2946
ModelName:Vfw017a9a29461f..base_vfw..module-0
ModelUuid:3e999d3a-0f5b-4aec-8d48-203efbd08de0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:14d5de14-a899-48d0-aa3f-a073361dd83c
ModelInvariantUuid:2af87a61-3270-4c01-ae87-4bec050e5796
ModelName:vFW 017a9a29-461f-nodes.vfwCvfc
ModelUuid:57abac60-0c76-4eaf-bc32-1da33ee53edd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:02819f4d-c566-422e-9c84-524d8cb2e1e7
ModelInvariantUuid:f80a0e69-dd3c-49da-bc04-b0aa322373b4
ModelName:Vfw017a9a29461f.compute.nodes.heat.vfw
ModelUuid:b3586725-9153-4a59-a8a5-afab8b08a443
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dc9db118-4d2a-42d2-9fe8-0b13971ce980
ModelInvariantUuid:378019c5-f9a2-40c5-b63d-49ae93617276
ModelName:vFW 017a9a29-461f-nodes.vsnCvfc
ModelUuid:9ebd8a51-7b6f-4a80-9ad9-84800ff8a375
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:306ead57-04a2-4721-aa50-5cbe4b8c32b6
ModelInvariantUuid:4c7b7bc6-4c2d-4f81-a11e-9e5e552621f7
ModelName:Vfw017a9a29461f.compute.nodes.heat.vsn
ModelUuid:8a8420d3-4022-40c3-becc-d3fdb75df9c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9397a9a3-549f-406d-8224-310670f878e6
ModelInvariantUuid:1d84453a-809b-45dd-be5d-731b708349bf
ModelName:vFW 017a9a29-461f-nodes.vpgCvfc
ModelUuid:4f7dfec1-4a51-4332-8acf-de3594f2cf80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c76dceb2-a28c-4b3d-8d5c-7ebad47f15bd
ModelInvariantUuid:26b89f1a-66fa-4f58-a1e3-df9614c82bee
ModelName:Vfw017a9a29461f.compute.nodes.heat.vpg
ModelUuid:998d754f-adf4-4927-84cc-fb5b5d24ea67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:19:23.191Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:19:23.193Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||vFW 017a9a29-461f 0
2022-07-13T13:19:23.193Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95
2022-07-13T13:19:23.193Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Trying to download the artifact UUID: 7e5c10e4-33a4-4ba6-aba8-f84a257d31d4 from URL: /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json
2022-07-13T13:19:23.193Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:19:23.193Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json
2022-07-13T13:19:23.748Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:19:23.748Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json 7e5c10e4-33a4-4ba6-aba8-f84a257d31d4 785
2022-07-13T13:19:23.748Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json ASDC sendASDCNotification
2022-07-13T13:19:23.749Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json
2022-07-13T13:19:23.749Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:19:23.749Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:23.750Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:23.751Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718363748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:23.851Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:23.851Z||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-07-13T13:19:23.851Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:23.866Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:23.866Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:24.751Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw017a9a29461f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b03cc348-8055-4055-90d1-5f626b4a2946",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e999d3a-0f5b-4aec-8d48-203efbd08de0",
    "vfModuleModelCustomizationUUID": "59605a7d-7aea-47ea-a3ec-8f3efd26edb2",
    "isBase": true,
    "artifacts": [
      "50dde0d2-605f-49cd-a22c-76d4bef399c9",
      "dffca2ce-9157-44c6-9c9d-48f4858e7cf0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:19:24.756Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw017a9a29461f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e999d3a-0f5b-4aec-8d48-203efbd08de0
VfModuleModelInvariantUUID:b03cc348-8055-4055-90d1-5f626b4a2946
VfModuleModelDescription:NULL
Artifacts UUID List:{
50dde0d2-605f-49cd-a22c-76d4bef399c9
,
dffca2ce-9157-44c6-9c9d-48f4858e7cf0

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

isBase:true


}

2022-07-13T13:19:24.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw017a9a29461f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b03cc348-8055-4055-90d1-5f626b4a2946",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e999d3a-0f5b-4aec-8d48-203efbd08de0",
    "vfModuleModelCustomizationUUID": "59605a7d-7aea-47ea-a3ec-8f3efd26edb2",
    "isBase": true,
    "artifacts": [
      "50dde0d2-605f-49cd-a22c-76d4bef399c9",
      "dffca2ce-9157-44c6-9c9d-48f4858e7cf0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:19:24.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw017a9a29461f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e999d3a-0f5b-4aec-8d48-203efbd08de0
VfModuleModelInvariantUUID:b03cc348-8055-4055-90d1-5f626b4a2946
VfModuleModelDescription:NULL
Artifacts UUID List:{
50dde0d2-605f-49cd-a22c-76d4bef399c9
,
dffca2ce-9157-44c6-9c9d-48f4858e7cf0

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

isBase:true


}

2022-07-13T13:19:24.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Trying to download the artifact UUID: 50dde0d2-605f-49cd-a22c-76d4bef399c9 from URL: /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml
2022-07-13T13:19:24.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:19:24.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml
2022-07-13T13:19:25.414Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:19:25.414Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml 50dde0d2-605f-49cd-a22c-76d4bef399c9 20368
2022-07-13T13:19:25.415Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:19:25.415Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml
2022-07-13T13:19:25.415Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:19:25.415Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:25.417Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:25.417Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718365415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:25.517Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:25.518Z||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-07-13T13:19:25.518Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:25.538Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:25.539Z||pool-168-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:26.417Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Trying to download the artifact UUID: dffca2ce-9157-44c6-9c9d-48f4858e7cf0 from URL: /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env
2022-07-13T13:19:26.418Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:19:26.418Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env
2022-07-13T13:19:26.736Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:19:26.737Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env dffca2ce-9157-44c6-9c9d-48f4858e7cf0 2098
2022-07-13T13:19:26.737Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:19:26.737Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env
2022-07-13T13:19:26.737Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:19:26.737Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:26.739Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:26.739Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718366737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:26.839Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:19:26.840Z||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-07-13T13:19:26.840Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:26.870Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:26.871Z||pool-169-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:27.740Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Preparing to deploy Service: e4dfc7ff-b22e-461b-b950-d67c0acd709e
2022-07-13T13:19:27.740Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 017a9a29-461f 0 90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:19:27.752Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fbf5ec4, org.onap.sdc.toscaparser.api.parameters.Input@4d68e6a8, org.onap.sdc.toscaparser.api.parameters.Input@618968b3, org.onap.sdc.toscaparser.api.parameters.Input@74bd9e64, org.onap.sdc.toscaparser.api.parameters.Input@4141a749]
2022-07-13T13:19:27.753Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.753Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.753Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T13:19:27.754Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||VFCustomizationUUID= 363923ff-6384-436b-8738-3ce5711f057a
2022-07-13T13:19:27.754Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 363923ff-6384-436b-8738-3ce5711f057a matches Tosca VF Customization UUID: 363923ff-6384-436b-8738-3ce5711f057a
2022-07-13T13:19:27.754Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||vfCustomizationUUID: 363923ff-6384-436b-8738-3ce5711f057a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T13:19:27.755Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.755Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.756Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||resource request for resource customization id 363923ff-6384-436b-8738-3ce5711f057a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T13:19:27.756Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79a68daa
2022-07-13T13:19:27.756Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.756Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:19:27.757Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59605a7d-7aea-47ea-a3ec-8f3efd26edb2
2022-07-13T13:19:27.757Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59605a7d-7aea-47ea-a3ec-8f3efd26edb2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T13:19:27.758Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.758Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:27.758Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:27.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:27.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:27.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:27.759Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:27.760Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:19:27.761Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:27.761Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:19:27.761Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.761Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14d5de14-a899-48d0-aa3f-a073361dd83c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:19:27.762Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.762Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:27.763Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:27.763Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.763Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:27.763Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:27.763Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:19:27.763Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:27.764Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:19:27.765Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.765Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dc9db118-4d2a-42d2-9fe8-0b13971ce980
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:19:27.766Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.766Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:27.766Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:27.766Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.766Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is not matching search criteria
2022-07-13T13:19:27.766Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:19:27.767Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:19:27.768Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:19:27.768Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:19:27.768Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:19:27.768Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:19:27.768Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9397a9a3-549f-406d-8224-310670f878e6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:19:27.769Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.769Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:27.769Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:19:27.770Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.770Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Node template vFW 017a9a29-461f 0 is matching search criteria
2022-07-13T13:19:27.770Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found topology templates [vFW 017a9a29-461f 0] matching following query criteria: sdcType=VF, customizationUUID=363923ff-6384-436b-8738-3ce5711f057a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:19:27.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500|| resourceSeq for service uuid e4dfc7ff-b22e-461b-b950-d67c0acd709e: vFW 017a9a29-461f
2022-07-13T13:19:27.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.771Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:19:27.772Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Service vFW 2022-07-13 12-53-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:19:27.773Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||Saving Service: vFW 2022-07-13 12-53-07 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:19:27.874Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 017a9a29-461f 90b54ba7-8bbf-44d6-9f52-41bb6cfb9e95 1 ASDC deployResourceStructure
2022-07-13T13:19:27.875Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json ASDC sendASDCNotification
2022-07-13T13:19:27.875Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json
2022-07-13T13:19:27.875Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:19:27.875Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:27.877Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:27.877Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718367875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:19:27.977Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:27.978Z||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-07-13T13:19:27.978Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:28.001Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:28.001Z||pool-170-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:19:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:19:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:28.878Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:19:28.878Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml
2022-07-13T13:19:28.878Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:19:28.879Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:28.901Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:28.901Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718368878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:19:28.981Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-07-13T13:19:28.982Z||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-07-13T13:19:28.982Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:29.036Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:29.036Z||pool-171-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:19:29.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:29.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f5dd10b-47e1-4715-9239-5e7a85764cde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718349882,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:19:29.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:19:29.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:19:29.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718359776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718363748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718365415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718366737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718367875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/vfw017a9a29461f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:19:29.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:19:29.901Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:19:29.902Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env
2022-07-13T13:19:29.902Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:19:29.902Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:29.905Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:29.905Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718369901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:19:30.005Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:30.006Z||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-07-13T13:19:30.006Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:30.022Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:30.022Z||pool-172-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:30.905Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar ASDC sendASDCNotification
2022-07-13T13:19:30.906Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar
2022-07-13T13:19:30.906Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:19:30.907Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:19:30.909Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:19:30.909Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718370905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:19:31.009Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:19:31.010Z||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-07-13T13:19:31.010Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:19:31.028Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:19:31.028Z||pool-173-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:19:31.910Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:19:31.920Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:19:31.921Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:19:31.922Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:19:31.922Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:19:31.922Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:20:01.922Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:20:01.932Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:20:01.934Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:20:01.934Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:20:01.934Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:20:01.935Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:20:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:20:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:20:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:20:28.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:20:28.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:20:28.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718368878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:20:28.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:20:31.935Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:20:31.946Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:20:31.948Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:20:31.948Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:20:31.949Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:20:31.949Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:21:01.949Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:21:01.959Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:21:01.961Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:21:01.961Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:21:01.961Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:21:01.962Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:21:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:21:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:21:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:21:28.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:21:28.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718369901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/resourceInstances/vfw017a9a29461f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:21:28.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718370905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713125307/1.0/artifacts/service-Vfw20220713125307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718414512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718417681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718417492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718417803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718427390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:21:28.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718428308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718428368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:21:28.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:21:28.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:21:31.962Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:21:31.977Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:21:31.978Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:21:31.979Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:21:31.979Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:21:31.979Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:22:01.979Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:22:01.990Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:22:01.992Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:22:01.992Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:22:01.993Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:22:01.993Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:22:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:22:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:22:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:22:29.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:22:29.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718429324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:22:29.392Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:22:29.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718429391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:22:29.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:22:29.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718430326,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:22:29.410Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6e070209-6e1f-4d9b-9f49-ddf5398cc373
2022-07-13T13:22:29.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:22:29.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "policy-id",
  "timestamp": 1657718430401,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:22:29.423Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e070209-6e1f-4d9b-9f49-ddf5398cc373
2022-07-13T13:22:29.423Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:22:29.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718423794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:22:29.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718432662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:22:29.434Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:22:29.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "cds",
  "timestamp": 1657718433672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:22:29.440Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e070209-6e1f-4d9b-9f49-ddf5398cc373
2022-07-13T13:22:29.440Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:22:29.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:22:29.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718434040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:22:29.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:22:29.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718427757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:22:29.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:22:29.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "aai-ml",
  "timestamp": 1657718435044,
  "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-07-13T13:22:29.457Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6e070209-6e1f-4d9b-9f49-ddf5398cc373
2022-07-13T13:22:29.457Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:22:29.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718447623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:22:29.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:22:29.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718449737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:22:29.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:22:29.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:22:29.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "clamp",
  "timestamp": 1657718450745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:22:29.474Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e070209-6e1f-4d9b-9f49-ddf5398cc373
2022-07-13T13:22:29.474Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:22:31.993Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:22:32.004Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:22:32.005Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:22:32.005Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:22:32.005Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:22:32.005Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:23:02.006Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:23:02.024Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:23:02.026Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:23:02.026Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:23:02.026Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:23:02.026Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:23:28.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:23:28.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:23:28.859Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:23:32.027Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:23:32.053Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:23:32.055Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:23:32.055Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:23:32.055Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:23:32.055Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:23:38.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:02.056Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:24:02.074Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:24:02.077Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:24:02.077Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:24:02.077Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:24:02.077Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:24:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:24:28.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:24:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:29.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:29.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718637681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657718637496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718637757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718637806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718654343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718654829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718648794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718655648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718655888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718657152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:29.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "policy-id",
  "timestamp": 1657718656929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:24:29.540Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9eb81505-290d-4c1b-aee3-59829d19c5cf
2022-07-13T13:24:29.540Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb81505-290d-4c1b-aee3-59829d19c5cf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:24:29.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718657279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:29.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "cds",
  "timestamp": 1657718658160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:24:29.550Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9eb81505-290d-4c1b-aee3-59829d19c5cf
2022-07-13T13:24:29.550Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb81505-290d-4c1b-aee3-59829d19c5cf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:24:29.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718658308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:24:29.558Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9eb81505-290d-4c1b-aee3-59829d19c5cf
2022-07-13T13:24:29.558Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb81505-290d-4c1b-aee3-59829d19c5cf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T13:24:29.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657718659311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:24:29.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:29.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:29.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718654512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:24:29.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:24:29.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:24:29.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718662402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:29.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:24:32.078Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:24:32.078Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 36f11922-5d1c-4076-963d-64fcbfad38ed and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:24:32.083Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 36f11922-5d1c-4076-963d-64fcbfad38ed and serviceModelVersionId: e4dfc7ff-b22e-461b-b950-d67c0acd709e
2022-07-13T13:24:32.083Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0463b83-0500-4c00-87bc-738ac92249bd
2022-07-13T13:24:32.085Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0
2022-07-13T13:24:32.095Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:24:32.150Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a65395f-1eb7-4603-9017-f52bb31888ed/model-vers/model-ver/a2d77025-82f2-45d1-ac9c-49a97158cff7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:24:32.152Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Invoke
2022-07-13T13:24:33.697Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:24:33.698Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Invoke
2022-07-13T13:24:35.233Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:24:35.234Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Invoke
2022-07-13T13:24:36.271Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:24:36.273Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-07-13T13:24:36.273Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:24:36.273Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-07-13T13:24:36.278Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-07-13T13:24:36.278Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 36f11922-5d1c-4076-963d-64fcbfad38ed and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:24:36.279Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:24:36.279Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:36.283Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:36.283Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718676278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:24:36.383Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:36.384Z||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-07-13T13:24:36.384Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:36.398Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:36.398Z||pool-174-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:24:37.293Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||received message from topic
2022-07-13T13:24:37.293Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e630e73e-4afe-4105-9e06-39c8e7057371","serviceName":"Demo_pNF_4vRX0suHwm1hl4KywfxH","serviceVersion":"1.0","serviceUUID":"1dddda86-e7d5-42b8-9905-b63b22a9d160","serviceDescription":"catalog service description","serviceInvariantUUID":"03471f21-054b-4100-b99e-cd20eac150b2","resources":[{"resourceInstanceName":"pNF 628dcdb1-dc6d 0","resourceName":"pNF 628dcdb1-dc6d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e","resourceInvariantUUID":"faaeac15-ca3a-4322-82cc-0d05188a4405","resourceCustomizationUUID":"389f3c05-fa12-44a7-aede-6b001b8702d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml","artifactChecksum":"YmUyZTNhMWM1NWE2YTAwMDllMTQ5YzliNDllZWU1NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"51ee8cb2-99d4-4fec-b992-8a8dcaead119","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dbb87cb-8c3d-49eb-8f01-ed5260bd2241","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14619f55-a4ae-4ce1-9b9c-60bf7fbce233","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml","artifactChecksum":"MDY1NjA5ODZjOTA5ZWFkYTQzYzQwMTFiMzIwZjRjYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"421db545-f482-4dee-a003-448ad047f39f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8df54352-a103-4b2a-a083-e83f1c02de76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"509c6f4f-37d3-4ece-affa-24f92efb91d6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml","artifactChecksum":"Y2E3ZmZhNDQ4YTFkODQwZGZiOGU2YWE1YjI3NDBmZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96924fb0-b9b1-420d-9c06-10590fffb8ae","artifactVersion":"1"},{"artifactName":"service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar","artifactChecksum":"MTM5ODkzYTY1YzE0Mzg3ZDYyYWNlMzhlNDE1YjA3ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7db3d351-c209-4a9b-97fa-d6a6bb5601aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:24:37.293Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:37.294Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:37.295Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:37.295Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:37.396Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:37.396Z||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-07-13T13:24:37.397Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:37.420Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:37.420Z||pool-175-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:24:38.296Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:38.297Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:38.299Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:38.299Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:38.399Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:38.400Z||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-07-13T13:24:38.400Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:38.415Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:38.415Z||pool-176-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:24:39.300Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:39.301Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:39.304Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:39.304Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:39.405Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:24:39.405Z||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-07-13T13:24:39.406Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:39.420Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:39.421Z||pool-177-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:24:40.305Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:40.306Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:40.308Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:40.308Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:40.408Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:40.409Z||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-07-13T13:24:40.409Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:40.424Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:40.425Z||pool-178-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:24:41.308Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:41.309Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:41.311Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:41.311Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:41.412Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:41.413Z||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-07-13T13:24:41.413Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:41.427Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:41.427Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:24:42.312Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:42.313Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:42.315Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:42.315Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:42.415Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:42.416Z||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-07-13T13:24:42.416Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:42.432Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:42.432Z||pool-180-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:24:43.316Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:43.317Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:43.319Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:43.319Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:24:43.419Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:43.420Z||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-07-13T13:24:43.420Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:43.437Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:43.438Z||pool-181-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:24:44.320Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:24:44.320Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:44.322Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:44.323Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:24:44.423Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:44.423Z||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-07-13T13:24:44.423Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:44.439Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:44.439Z||pool-182-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:24:45.328Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "serviceName": "Demo_pNF_4vRX0suHwm1hl4KywfxH",
  "serviceVersion": "1.0",
  "serviceUUID": "1dddda86-e7d5-42b8-9905-b63b22a9d160",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "03471f21-054b-4100-b99e-cd20eac150b2",
  "resources": [
    {
      "resourceInstanceName": "pNF 628dcdb1-dc6d 0",
      "resourceCustomizationUUID": "389f3c05-fa12-44a7-aede-6b001b8702d0",
      "resourceName": "pNF 628dcdb1-dc6d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e",
      "resourceInvariantUUID": "faaeac15-ca3a-4322-82cc-0d05188a4405",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
      "artifactChecksum": "MTM5ODkzYTY1YzE0Mzg3ZDYyYWNlMzhlNDE1YjA3ZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7db3d351-c209-4a9b-97fa-d6a6bb5601aa"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:24:45.328Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:24:45.328Z|36f11922-5d1c-4076-963d-64fcbfad38ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1dddda86-e7d5-42b8-9905-b63b22a9d160 ASDC
2022-07-13T13:24:45.329Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e630e73e-4afe-4105-9e06-39c8e7057371
ServiceName:Demo_pNF_4vRX0suHwm1hl4KywfxH
ServiceVersion:1.0
ServiceUUID:1dddda86-e7d5-42b8-9905-b63b22a9d160
ServiceInvariantUUID:03471f21-054b-4100-b99e-cd20eac150b2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
ArtifactUUID:7db3d351-c209-4a9b-97fa-d6a6bb5601aa
ArtifactChecksum:MTM5ODkzYTY1YzE0Mzg3ZDYyYWNlMzhlNDE1YjA3ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 628dcdb1-dc6d 0
ResourceCustomizationUUID:389f3c05-fa12-44a7-aede-6b001b8702d0
ResourceInvariantUUID:faaeac15-ca3a-4322-82cc-0d05188a4405
ResourceName:pNF 628dcdb1-dc6d
ResourceType:PNF
ResourceUUID:70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T13:24:45.329Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1dddda86-e7d5-42b8-9905-b63b22a9d160 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:24:45.348Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:24:45.348Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:24:45.348Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:24:45.349Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Trying to download the artifact UUID: 7db3d351-c209-4a9b-97fa-d6a6bb5601aa from URL: /sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:45.349Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:24:45.349Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:45.777Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:24:45.782Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar 7db3d351-c209-4a9b-97fa-d6a6bb5601aa 86690
2022-07-13T13:24:45.782Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar ASDC sendASDCNotification
2022-07-13T13:24:45.782Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:45.782Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:24:45.783Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:45.785Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:45.785Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718685782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:24:45.885Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:45.886Z||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-07-13T13:24:45.886Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:45.908Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:45.908Z||pool-183-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:24:46.788Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:24:46.792Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:24:46.792Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Trying to write artifact UUID: 7db3d351-c209-4a9b-97fa-d6a6bb5601aa, URL: /sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar to file: /app/ASDC/1/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:46.793Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:46.793Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:46.793Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:46.988Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP241762967863994961/Definitions/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml
2022-07-13T13:24:47.919Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:24:47.919Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|WARN|500||####################################################################################################
2022-07-13T13:24:47.919Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 628dcdb1-dc6d 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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?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-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|WARN|500||####################################################################################################
2022-07-13T13:24:47.920Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.921Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.921Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Node template pNF 628dcdb1-dc6d 0 is matching search criteria
2022-07-13T13:24:47.921Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:24:47.921Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found topology templates [pNF 628dcdb1-dc6d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Node template pNF 628dcdb1-dc6d 0 is matching search criteria
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found topology templates [pNF 628dcdb1-dc6d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.922Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.923Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4vRX0suHwm1hl4KywfxH
Description:catalog service description
Model UUID:1dddda86-e7d5-42b8-9905-b63b22a9d160
Model Version:NULL
Model InvariantUuid:03471f21-054b-4100-b99e-cd20eac150b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:24:47.929Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:24:47.932Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||pNF 628dcdb1-dc6d 0
2022-07-13T13:24:47.933Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e
2022-07-13T13:24:47.933Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||No resources found for Service: 1dddda86-e7d5-42b8-9905-b63b22a9d160
2022-07-13T13:24:47.933Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Preparing to deploy Service: 1dddda86-e7d5-42b8-9905-b63b22a9d160
2022-07-13T13:24:47.933Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 628dcdb1-dc6d 0 70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:24:47.938Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5da586b, org.onap.sdc.toscaparser.api.parameters.Input@3e0a1576, org.onap.sdc.toscaparser.api.parameters.Input@28acf0e9, org.onap.sdc.toscaparser.api.parameters.Input@7cbf707e, org.onap.sdc.toscaparser.api.parameters.Input@2b717682]
2022-07-13T13:24:47.939Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.939Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.939Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500|| resourceSeq for service uuid 1dddda86-e7d5-42b8-9905-b63b22a9d160: pNF 628dcdb1-dc6d
2022-07-13T13:24:47.940Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Processing PNF resource: 70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e
2022-07-13T13:24:47.940Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:24:47.940Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Service Demo_pNF_4vRX0suHwm1hl4KywfxH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:24:47.940Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||Resource customization UUID: 389f3c05-fa12-44a7-aede-6b001b8702d0 is the same as notified resource customizationUUID: 389f3c05-fa12-44a7-aede-6b001b8702d0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T13:24:47.972Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 628dcdb1-dc6d 70fe51a3-bbc2-4aa8-ac2a-a0f8a201c77e 0 ASDC deployResourceStructure
2022-07-13T13:24:47.972Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar ASDC sendASDCNotification
2022-07-13T13:24:47.972Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar
2022-07-13T13:24:47.973Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:24:47.973Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:24:47.975Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:24:47.975Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718687972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:24:48.075Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:24:48.076Z||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-07-13T13:24:48.076Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:24:48.092Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:24:48.093Z||pool-184-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:24:48.976Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:24:48.983Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:24:48.984Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:24:48.984Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:24:48.984Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:24:48.984Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:25:18.985Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:25:18.995Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:25:18.997Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:25:18.997Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:25:18.998Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:25:18.998Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:25:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:25:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:25:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:25:29.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:25:29.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718672244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:25:29.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:25:29.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718673684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:25:29.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:25:29.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "clamp",
  "timestamp": 1657718674693,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:25:29.502Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9eb81505-290d-4c1b-aee3-59829d19c5cf
2022-07-13T13:25:29.502Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb81505-290d-4c1b-aee3-59829d19c5cf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:25:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718674296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:25:29.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:25:29.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "aai-ml",
  "timestamp": 1657718675301,
  "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-07-13T13:25:29.514Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9eb81505-290d-4c1b-aee3-59829d19c5cf
2022-07-13T13:25:29.514Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb81505-290d-4c1b-aee3-59829d19c5cf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:25:29.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "36f11922-5d1c-4076-963d-64fcbfad38ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718676278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:25:29.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/resourceInstances/pnf628dcdb1dc6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:25:29.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657717386390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718685782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:25:29.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718687972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4vrx0suhwm1hl4kywfxh/1.0/artifacts/service-DemoPnf4vrx0suhwm1hl4kywfxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:25:29.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:25:48.998Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:25:49.009Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:25:49.011Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:25:49.014Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:25:49.014Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:25:49.014Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:26:19.014Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:26:19.026Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:26:19.027Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:26:19.027Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:26:19.028Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:26:19.028Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:26:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:26:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:26:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:26:38.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:26:49.028Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:26:49.037Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:26:49.039Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:26:49.039Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:26:49.039Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:26:49.039Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:27:19.039Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:27:19.049Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:27:19.051Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:27:19.051Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:27:19.051Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:27:19.051Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:27:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:27:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:27:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:27:38.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:27:49.051Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:27:49.061Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:27:49.062Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:27:49.062Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:27:49.063Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:27:49.063Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:28:19.063Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:28:19.073Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:28:19.075Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:28:19.075Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:28:19.075Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:28:19.076Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:28:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:28:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:28:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:28:38.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:28:49.076Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:28:49.086Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:28:49.088Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:28:49.088Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:28:49.088Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:28:49.088Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:29:19.089Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:29:19.101Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:29:19.103Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:29:19.103Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:29:19.103Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:29:19.103Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:29:28.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:29:28.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:29:28.861Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:29:38.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:29:49.103Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:29:49.104Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e630e73e-4afe-4105-9e06-39c8e7057371 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:29:49.110Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e630e73e-4afe-4105-9e06-39c8e7057371 and serviceModelVersionId: 1dddda86-e7d5-42b8-9905-b63b22a9d160
2022-07-13T13:29:49.110Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03471f21-054b-4100-b99e-cd20eac150b2
2022-07-13T13:29:49.111Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0
2022-07-13T13:29:49.116Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:29:49.156Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0463b83-0500-4c00-87bc-738ac92249bd/model-vers/model-ver/e4dfc7ff-b22e-461b-b950-d67c0acd709e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:29:49.158Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Invoke
2022-07-13T13:29:50.694Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:29:50.695Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Invoke
2022-07-13T13:29:52.225Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:29:52.226Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Invoke
2022-07-13T13:29:53.264Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:29:53.266Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-07-13T13:29:53.267Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:29:53.267Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-07-13T13:29:53.276Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-07-13T13:29:53.276Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e630e73e-4afe-4105-9e06-39c8e7057371 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:29:53.277Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:29:53.277Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:29:53.280Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:29:53.280Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718993276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:29:53.381Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:29:53.382Z||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-07-13T13:29:53.382Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:29:53.398Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:29:53.398Z||pool-185-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:29:54.298Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:29:54.299Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-07-13T13:29:54.299Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:29:58.739Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:29:58.740Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||received message from topic
2022-07-13T13:29:58.740Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"23f46ba6-e04b-47ad-99f3-640f443b2e58","serviceName":"vFW 2022-07-13 13-06-11","serviceVersion":"1.0","serviceUUID":"b8e20c67-7de3-47d8-bd95-fcb5da079195","serviceDescription":"catalog service description","serviceInvariantUUID":"51a16238-2436-4e27-900f-e294214666ce","resources":[{"resourceInstanceName":"vFW 4e65bc5f-04b2 0","resourceName":"vFW 4e65bc5f-04b2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b4e991a-3f7f-4bca-aec5-affc6f967c5d","resourceInvariantUUID":"36fba147-3143-4af2-b89d-4516b10295be","resourceCustomizationUUID":"be14e7d0-6d25-4a4c-a309-f598bb17aea0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml","artifactChecksum":"NTA4ZjA0NDY4MDJjOGY5ODcxMWMzZDUzNjcxMWM5ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90d8b41a-d6b4-4213-b93f-1635fd220403","artifactVersion":"1"},{"artifactName":"vfw4e65bc5f04b20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json","artifactChecksum":"ZDdiMWM1MzNjODc4ZjhkYTA5Mjg3NGUwZjUyOTAzNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c54bfeaa-722e-48cb-b86e-c4496ff7ef41","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee491a2a-e619-46ba-a074-80669d26028d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml","artifactChecksum":"NWUyNjk3NzYzMTdkNWNkYTM3YWRjODU2Nzc1MWFiOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22a35834-40b9-4671-8712-cabd2442add2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b838115b-2ce3-4fa9-b007-e5cb7e07d393","artifactVersion":"2","generatedFromUUID":"ee491a2a-e619-46ba-a074-80669d26028d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713130611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml","artifactChecksum":"MzM3NmNhNDcyMDliZDlkNTViYWNhNmUwNjJjM2UzY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff29cf3d-5458-4d2a-9c73-99b0818f4a67","artifactVersion":"1"},{"artifactName":"service-Vfw20220713130611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar","artifactChecksum":"YTI2OGQxMDBhMzA3MGQ0OGRjMTBmMzI1MmM1OGFmNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8f7a4eb-0e68-46e4-9a1b-eab92f870ed7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:29:58.742Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:29:58.743Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:29:58.744Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:29:58.744Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:29:58.845Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:29:58.846Z||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-07-13T13:29:58.846Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:29:58.863Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:29:58.863Z||pool-186-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:29:59.745Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:29:59.745Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:29:59.753Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:29:59.753Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:29:59.848Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-13T13:29:59.849Z||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-07-13T13:29:59.849Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:29:59.868Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:29:59.869Z||pool-187-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:00.753Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:30:00.754Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:00.756Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:00.756Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:30:00.856Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:00.857Z||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-07-13T13:30:00.858Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:00.873Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:00.873Z||pool-188-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:01.757Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:30:01.757Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:01.759Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:01.759Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:30:01.859Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:01.860Z||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-07-13T13:30:01.860Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:01.876Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:01.877Z||pool-189-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:02.760Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:30:02.760Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:02.768Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:02.769Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:30:02.862Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-13T13:30:02.863Z||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-07-13T13:30:02.863Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:02.881Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:02.882Z||pool-190-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:03.769Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:30:03.770Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:03.772Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:03.772Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:30:03.872Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:30:03.873Z||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-07-13T13:30:03.873Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:03.889Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:03.889Z||pool-191-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:30:04.773Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:30:04.774Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:04.777Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:04.777Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:30:04.877Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:30:04.878Z||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-07-13T13:30:04.879Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:04.905Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:04.905Z||pool-192-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:05.779Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "serviceName": "vFW 2022-07-13 13-06-11",
  "serviceVersion": "1.0",
  "serviceUUID": "b8e20c67-7de3-47d8-bd95-fcb5da079195",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "51a16238-2436-4e27-900f-e294214666ce",
  "resources": [
    {
      "resourceInstanceName": "vFW 4e65bc5f-04b2 0",
      "resourceCustomizationUUID": "be14e7d0-6d25-4a4c-a309-f598bb17aea0",
      "resourceName": "vFW 4e65bc5f-04b2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4b4e991a-3f7f-4bca-aec5-affc6f967c5d",
      "resourceInvariantUUID": "36fba147-3143-4af2-b89d-4516b10295be",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4e65bc5f04b20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
          "artifactChecksum": "ZDdiMWM1MzNjODc4ZjhkYTA5Mjg3NGUwZjUyOTAzNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c54bfeaa-722e-48cb-b86e-c4496ff7ef41",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ee491a2a-e619-46ba-a074-80669d26028d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b838115b-2ce3-4fa9-b007-e5cb7e07d393",
            "generatedFromUUID": "ee491a2a-e619-46ba-a074-80669d26028d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b838115b-2ce3-4fa9-b007-e5cb7e07d393",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713130611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
      "artifactChecksum": "YTI2OGQxMDBhMzA3MGQ0OGRjMTBmMzI1MmM1OGFmNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8f7a4eb-0e68-46e4-9a1b-eab92f870ed7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:30:05.779Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:30:05.780Z|e630e73e-4afe-4105-9e06-39c8e7057371|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8e20c67-7de3-47d8-bd95-fcb5da079195 ASDC
2022-07-13T13:30:05.781Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||ASDC Notification:
DistributionID:23f46ba6-e04b-47ad-99f3-640f443b2e58
ServiceName:vFW 2022-07-13 13-06-11
ServiceVersion:1.0
ServiceUUID:b8e20c67-7de3-47d8-bd95-fcb5da079195
ServiceInvariantUUID:51a16238-2436-4e27-900f-e294214666ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713130611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar
ArtifactUUID:e8f7a4eb-0e68-46e4-9a1b-eab92f870ed7
ArtifactChecksum:YTI2OGQxMDBhMzA3MGQ0OGRjMTBmMzI1MmM1OGFmNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4e65bc5f-04b2 0
ResourceCustomizationUUID:be14e7d0-6d25-4a4c-a309-f598bb17aea0
ResourceInvariantUUID:36fba147-3143-4af2-b89d-4516b10295be
ResourceName:vFW 4e65bc5f-04b2
ResourceType:VF
ResourceUUID:4b4e991a-3f7f-4bca-aec5-affc6f967c5d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4e65bc5f04b20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json
ArtifactUUID:c54bfeaa-722e-48cb-b86e-c4496ff7ef41
ArtifactChecksum:ZDdiMWM1MzNjODc4ZjhkYTA5Mjg3NGUwZjUyOTAzNmE=
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/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml
ArtifactUUID:ee491a2a-e619-46ba-a074-80669d26028d
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/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env
ArtifactUUID:b838115b-2ce3-4fa9-b007-e5cb7e07d393
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/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env
ArtifactUUID:b838115b-2ce3-4fa9-b007-e5cb7e07d393
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T13:30:05.781Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8e20c67-7de3-47d8-bd95-fcb5da079195 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:30:05.813Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:30:05.815Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:30:05.815Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:30:05.815Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Trying to download the artifact UUID: e8f7a4eb-0e68-46e4-9a1b-eab92f870ed7 from URL: /sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:05.815Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:30:05.816Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:07.233Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:30:07.249Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar e8f7a4eb-0e68-46e4-9a1b-eab92f870ed7 102996
2022-07-13T13:30:07.249Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar ASDC sendASDCNotification
2022-07-13T13:30:07.249Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:07.249Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:30:07.250Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:07.253Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:07.253Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719007249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:07.353Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:07.354Z||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-07-13T13:30:07.354Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:07.369Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:07.369Z||pool-193-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:08.253Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:30:08.255Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:30:08.255Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Trying to write artifact UUID: e8f7a4eb-0e68-46e4-9a1b-eab92f870ed7, URL: /sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar to file: /app/ASDC/1/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:08.255Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713130611-csar.csar
2022-07-13T13:30:08.256Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:08.256Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:08.485Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10437279696422655995/Definitions/service-Vfw20220713130611-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-13T13:30:10.424Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:30:10.425Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|WARN|500||####################################################################################################
2022-07-13T13:30:10.425Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.425Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T13:30:10.425Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.425Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4e65bc5f-04b2 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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?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-Vfw20220713130611-csar.csar
2022-07-13T13:30:10.426Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|WARN|500||####################################################################################################
2022-07-13T13:30:10.427Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.427Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.427Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:10.427Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:30:10.427Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.428Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.430Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T13:30:10.431Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.431Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:30:10.431Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.431Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:10.431Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:10.432Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.433Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9335d894-f458-4f5f-8b7f-e3198472f591
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:10.434Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:30:10.435Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4330e9c-d694-4993-b814-952bd943a22e
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:10.436Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:10.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a2917d8-91ab-44d9-80ff-02131d2eb53c
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.438Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:10.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:10.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 13-06-11
Description:catalog service description
Model UUID:b8e20c67-7de3-47d8-bd95-fcb5da079195
Model Version:NULL
Model InvariantUuid:51a16238-2436-4e27-900f-e294214666ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4e65bc5f-04b2
Model UUID:ede69cb6-6aff-47f4-b6c8-d110bd14b754
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:36fba147-3143-4af2-b89d-4516b10295be
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:be14e7d0-6d25-4a4c-a309-f598bb17aea0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e74da03-9c9c-403f-9d18-17c17ffc0595
ModelName:Vfw4e65bc5f04b2..base_vfw..module-0
ModelUuid:a4fcbe6e-20a4-459f-bf82-5410ad0f5fc6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9335d894-f458-4f5f-8b7f-e3198472f591
ModelInvariantUuid:8757a545-55b4-43f0-9288-ddaf37800156
ModelName:vFW 4e65bc5f-04b2-nodes.vfwCvfc
ModelUuid:bd19e29f-3f0e-4ffe-a04b-54dac93c0d68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:65144a6c-df12-4b85-9de1-62accc6fc1be
ModelInvariantUuid:b80e1a6e-b497-435b-8d52-206ea6dc167d
ModelName:Vfw4e65bc5f04b2.compute.nodes.heat.vfw
ModelUuid:a216df9a-6175-4d7e-aa23-73c5704da1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c4330e9c-d694-4993-b814-952bd943a22e
ModelInvariantUuid:5be9c714-ee7b-4759-8165-1bfc5b701e05
ModelName:vFW 4e65bc5f-04b2-nodes.vsnCvfc
ModelUuid:80832235-711b-4425-ba29-c55aa1ad2a8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a870e32e-fcba-46c0-aff6-163382eeb1ab
ModelInvariantUuid:81396ee0-854b-470d-a525-69cf1ad82893
ModelName:Vfw4e65bc5f04b2.compute.nodes.heat.vsn
ModelUuid:762b8e73-e2db-4aee-9d67-68b541bf4fbb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5a2917d8-91ab-44d9-80ff-02131d2eb53c
ModelInvariantUuid:87e8af5b-c337-412a-a1ed-73edbe2a270f
ModelName:vFW 4e65bc5f-04b2-nodes.vpgCvfc
ModelUuid:fbadceb5-49a9-4b7e-88d7-50f9a546f746
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e4543d3e-3b34-4c68-b75b-c1f058bd429d
ModelInvariantUuid:244ce9eb-8556-4ab4-aef8-0aa4fbfc94eb
ModelName:Vfw4e65bc5f04b2.compute.nodes.heat.vpg
ModelUuid:fa040097-0b0a-42ac-baf9-91e3e4741bb7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:30:10.445Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4b4e991a-3f7f-4bca-aec5-affc6f967c5d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:30:10.448Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||vFW 4e65bc5f-04b2 0
2022-07-13T13:30:10.448Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4b4e991a-3f7f-4bca-aec5-affc6f967c5d
2022-07-13T13:30:10.448Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Trying to download the artifact UUID: c54bfeaa-722e-48cb-b86e-c4496ff7ef41 from URL: /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json
2022-07-13T13:30:10.448Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:30:10.449Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json
2022-07-13T13:30:10.825Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:30:10.825Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json c54bfeaa-722e-48cb-b86e-c4496ff7ef41 785
2022-07-13T13:30:10.825Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json ASDC sendASDCNotification
2022-07-13T13:30:10.825Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json
2022-07-13T13:30:10.826Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:30:10.826Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:10.827Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:10.827Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719010825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:10.928Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:30:10.929Z||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-07-13T13:30:10.929Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:10.945Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:10.946Z||pool-194-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:11.828Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4e65bc5f04b2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0e74da03-9c9c-403f-9d18-17c17ffc0595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4fcbe6e-20a4-459f-bf82-5410ad0f5fc6",
    "vfModuleModelCustomizationUUID": "0a28cd30-820b-4b23-a088-88e50cdd0778",
    "isBase": true,
    "artifacts": [
      "ee491a2a-e619-46ba-a074-80669d26028d",
      "b838115b-2ce3-4fa9-b007-e5cb7e07d393"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:30:11.833Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4e65bc5f04b2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4fcbe6e-20a4-459f-bf82-5410ad0f5fc6
VfModuleModelInvariantUUID:0e74da03-9c9c-403f-9d18-17c17ffc0595
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee491a2a-e619-46ba-a074-80669d26028d
,
b838115b-2ce3-4fa9-b007-e5cb7e07d393

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

isBase:true


}

2022-07-13T13:30:11.835Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4e65bc5f04b2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0e74da03-9c9c-403f-9d18-17c17ffc0595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4fcbe6e-20a4-459f-bf82-5410ad0f5fc6",
    "vfModuleModelCustomizationUUID": "0a28cd30-820b-4b23-a088-88e50cdd0778",
    "isBase": true,
    "artifacts": [
      "ee491a2a-e619-46ba-a074-80669d26028d",
      "b838115b-2ce3-4fa9-b007-e5cb7e07d393"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:30:11.835Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4e65bc5f04b2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4fcbe6e-20a4-459f-bf82-5410ad0f5fc6
VfModuleModelInvariantUUID:0e74da03-9c9c-403f-9d18-17c17ffc0595
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee491a2a-e619-46ba-a074-80669d26028d
,
b838115b-2ce3-4fa9-b007-e5cb7e07d393

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

isBase:true


}

2022-07-13T13:30:11.835Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Trying to download the artifact UUID: ee491a2a-e619-46ba-a074-80669d26028d from URL: /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml
2022-07-13T13:30:11.836Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:30:11.836Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml
2022-07-13T13:30:11.993Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:30:11.994Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml ee491a2a-e619-46ba-a074-80669d26028d 20368
2022-07-13T13:30:11.994Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:30:11.994Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml
2022-07-13T13:30:11.994Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:30:11.995Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:11.996Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:11.997Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719011994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:12.097Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:12.098Z||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-07-13T13:30:12.098Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:12.114Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:12.114Z||pool-195-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:12.997Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Trying to download the artifact UUID: b838115b-2ce3-4fa9-b007-e5cb7e07d393 from URL: /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env
2022-07-13T13:30:12.997Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:30:12.997Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env
2022-07-13T13:30:13.186Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:30:13.186Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env b838115b-2ce3-4fa9-b007-e5cb7e07d393 2098
2022-07-13T13:30:13.187Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:30:13.187Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env
2022-07-13T13:30:13.187Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:30:13.187Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:13.189Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:13.189Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719013187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:13.289Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:13.290Z||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-07-13T13:30:13.290Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:13.313Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:13.313Z||pool-196-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:14.190Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Preparing to deploy Service: b8e20c67-7de3-47d8-bd95-fcb5da079195
2022-07-13T13:30:14.191Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4e65bc5f-04b2 0 4b4e991a-3f7f-4bca-aec5-affc6f967c5d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:30:14.208Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39b8726b, org.onap.sdc.toscaparser.api.parameters.Input@f069a12, org.onap.sdc.toscaparser.api.parameters.Input@1ab1d34f, org.onap.sdc.toscaparser.api.parameters.Input@774fd31a, org.onap.sdc.toscaparser.api.parameters.Input@d9eccb2]
2022-07-13T13:30:14.209Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.210Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.210Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T13:30:14.210Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||VFCustomizationUUID= be14e7d0-6d25-4a4c-a309-f598bb17aea0
2022-07-13T13:30:14.210Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be14e7d0-6d25-4a4c-a309-f598bb17aea0 matches Tosca VF Customization UUID: be14e7d0-6d25-4a4c-a309-f598bb17aea0
2022-07-13T13:30:14.211Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||vfCustomizationUUID: be14e7d0-6d25-4a4c-a309-f598bb17aea0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T13:30:14.213Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.213Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.214Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||resource request for resource customization id be14e7d0-6d25-4a4c-a309-f598bb17aea0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T13:30:14.214Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b125773
2022-07-13T13:30:14.214Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.215Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:30:14.215Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a28cd30-820b-4b23-a088-88e50cdd0778
2022-07-13T13:30:14.215Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a28cd30-820b-4b23-a088-88e50cdd0778
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T13:30:14.218Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.218Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:14.218Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:14.218Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.219Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:14.219Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:14.219Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.219Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:14.220Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:14.220Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:14.220Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:30:14.220Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:30:14.221Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:30:14.221Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.221Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:14.221Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:30:14.222Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:14.222Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:30:14.222Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.222Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9335d894-f458-4f5f-8b7f-e3198472f591
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:30:14.226Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.226Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:14.226Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:14.226Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.227Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:14.227Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:14.227Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:14.227Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:30:14.227Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:14.228Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.228Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.228Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:30:14.228Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:30:14.229Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:30:14.229Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:14.229Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:30:14.229Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.230Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4330e9c-d694-4993-b814-952bd943a22e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:30:14.231Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.232Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:14.232Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:14.232Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.232Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is not matching search criteria
2022-07-13T13:30:14.233Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:30:14.233Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:30:14.233Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:30:14.233Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:14.234Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.234Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.234Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:30:14.234Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:30:14.235Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:30:14.235Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:30:14.235Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:30:14.235Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:30:14.236Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a2917d8-91ab-44d9-80ff-02131d2eb53c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:30:14.238Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.238Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:14.238Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:30:14.239Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.239Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Node template vFW 4e65bc5f-04b2 0 is matching search criteria
2022-07-13T13:30:14.239Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found topology templates [vFW 4e65bc5f-04b2 0] matching following query criteria: sdcType=VF, customizationUUID=be14e7d0-6d25-4a4c-a309-f598bb17aea0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:30:14.241Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.241Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.242Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500|| resourceSeq for service uuid b8e20c67-7de3-47d8-bd95-fcb5da079195: vFW 4e65bc5f-04b2
2022-07-13T13:30:14.242Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.242Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.242Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.243Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.243Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.243Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.243Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.244Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.244Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:30:14.244Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Service vFW 2022-07-13 13-06-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:30:14.244Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||Saving Service: vFW 2022-07-13 13-06-11 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:30:14.402Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4e65bc5f-04b2 4b4e991a-3f7f-4bca-aec5-affc6f967c5d 1 ASDC deployResourceStructure
2022-07-13T13:30:14.402Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json ASDC sendASDCNotification
2022-07-13T13:30:14.402Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json
2022-07-13T13:30:14.402Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:30:14.403Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:14.405Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:14.405Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719014402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:14.505Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:14.507Z||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-07-13T13:30:14.507Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:14.524Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:14.524Z||pool-197-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:15.406Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:30:15.406Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml
2022-07-13T13:30:15.407Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:30:15.407Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:15.410Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:15.410Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719015406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:15.510Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:15.511Z||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-07-13T13:30:15.511Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:15.526Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:15.527Z||pool-198-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:30:16.411Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:30:16.411Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env
2022-07-13T13:30:16.411Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:30:16.412Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:16.414Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:16.415Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719016410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:16.515Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:16.515Z||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-07-13T13:30:16.515Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:16.531Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:16.531Z||pool-199-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:17.415Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar ASDC sendASDCNotification
2022-07-13T13:30:17.416Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar
2022-07-13T13:30:17.416Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:30:17.417Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:30:17.424Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:30:17.424Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719017415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:17.524Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:30:17.525Z||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-07-13T13:30:17.525Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:17.539Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:17.539Z||pool-200-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:30:18.429Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:30:18.437Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:30:18.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:30:18.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:30:18.439Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:30:18.440Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:30:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:30:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:30:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:30:29.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:30:29.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e630e73e-4afe-4105-9e06-39c8e7057371",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718993276,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719007249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719010825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719011994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719013187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719014402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/vfw4e65bc5f04b20_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719015406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719016410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/resourceInstances/vfw4e65bc5f04b20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719017415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713130611/1.0/artifacts/service-Vfw20220713130611-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:30:29.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:30:48.440Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:30:48.448Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:30:48.450Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:30:48.450Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:30:48.450Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:30:48.450Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:31:18.451Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:31:18.459Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:31:18.461Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:31:18.461Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:31:18.461Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:31:18.461Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:31:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:31:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:31:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:31:29.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:31:29.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719023794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719027757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719042044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "cds",
  "timestamp": 1657719043070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:31:29.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9086e77a-f414-4c82-a647-5b9230c5b3f9
2022-07-13T13:31:29.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9086e77a-f414-4c82-a647-5b9230c5b3f9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:31:29.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719037492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719037681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719037808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:31:29.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719046489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719047143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719047507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719048175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:31:29.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719048509,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:31:29.542Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9086e77a-f414-4c82-a647-5b9230c5b3f9
2022-07-13T13:31:29.543Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9086e77a-f414-4c82-a647-5b9230c5b3f9 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:31:29.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "policy-id",
  "timestamp": 1657719049202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:31:29.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9086e77a-f414-4c82-a647-5b9230c5b3f9
2022-07-13T13:31:29.555Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9086e77a-f414-4c82-a647-5b9230c5b3f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:31:29.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719049711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:31:29.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719052726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719044512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:31:29.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:31:29.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "clamp",
  "timestamp": 1657719053733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:31:29.569Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9086e77a-f414-4c82-a647-5b9230c5b3f9
2022-07-13T13:31:29.569Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9086e77a-f414-4c82-a647-5b9230c5b3f9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:31:29.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719053461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:31:29.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719059929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:31:29.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:31:29.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:31:29.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "aai-ml",
  "timestamp": 1657719060934,
  "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-07-13T13:31:29.581Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9086e77a-f414-4c82-a647-5b9230c5b3f9
2022-07-13T13:31:29.581Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9086e77a-f414-4c82-a647-5b9230c5b3f9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:31:48.461Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:31:48.470Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:31:48.472Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:31:48.472Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:31:48.472Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:31:48.473Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:32:18.473Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:32:18.483Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:32:18.485Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:32:18.485Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:32:18.485Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:32:18.486Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:32:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:32:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:32:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:32:38.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:32:48.486Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:32:48.495Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:32:48.497Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:32:48.497Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:32:48.497Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:32:48.498Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:33:18.498Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:33:18.507Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:33:18.508Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:33:18.509Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:33:18.509Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:33:18.509Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:33:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:33:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:33:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:33:38.411Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:33:48.509Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:33:48.518Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:33:48.520Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:33:48.520Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:33:48.520Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:33:48.520Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:34:18.520Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:34:18.529Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:34:18.531Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:34:18.531Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:34:18.531Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:34:18.532Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:34:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:34:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:34:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:34:38.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:34:48.532Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:34:48.540Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:34:48.541Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:34:48.541Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:34:48.541Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:34:48.541Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:35:18.542Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:35:18.542Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:35:18.550Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23f46ba6-e04b-47ad-99f3-640f443b2e58 and serviceModelVersionId: b8e20c67-7de3-47d8-bd95-fcb5da079195
2022-07-13T13:35:18.550Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51a16238-2436-4e27-900f-e294214666ce
2022-07-13T13:35:18.552Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0
2022-07-13T13:35:18.559Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:35:18.599Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03471f21-054b-4100-b99e-cd20eac150b2/model-vers/model-ver/1dddda86-e7d5-42b8-9905-b63b22a9d160?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:35:18.601Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Invoke
2022-07-13T13:35:20.136Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:35:20.137Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Invoke
2022-07-13T13:35:21.672Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:35:21.674Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Invoke
2022-07-13T13:35:22.712Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:35:22.714Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-07-13T13:35:22.715Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:35:22.715Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-07-13T13:35:22.721Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-07-13T13:35:22.721Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23f46ba6-e04b-47ad-99f3-640f443b2e58 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:35:22.722Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:35:22.722Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:22.727Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:22.727Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719322722,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:35:22.825Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-13T13:35:22.827Z||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-07-13T13:35:22.827Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:22.851Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:22.852Z||pool-201-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:35:23.743Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||received message from topic
2022-07-13T13:35:23.743Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e7c7dc39-c54d-438a-88dd-e6623822f43a","serviceName":"Demo_pNF_A3SzvpGeVaXCsgzns4Qn","serviceVersion":"1.0","serviceUUID":"9bf0849b-0a20-4b60-b17c-0d4b94fd343f","serviceDescription":"catalog service description","serviceInvariantUUID":"144ca9c6-a001-4d55-ba13-394af5bdfb8e","resources":[{"resourceInstanceName":"pNF 32e44a60-c6da 0","resourceName":"pNF 32e44a60-c6da","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30d994a5-b258-4f76-a0c6-9f98ba7f06ae","resourceInvariantUUID":"ce372d22-79da-43f6-93fe-cc18ac9cfeb6","resourceCustomizationUUID":"8e49ba3f-37ac-46e7-a8d1-cbcd79f439ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml","artifactChecksum":"YWM1ZThjM2QyMTQzYmY5NmFlMWI2ZDRjZGU3N2RhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdb60b73-4d4a-470b-8e8a-b97ad4368af1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15b0c9c2-5e0e-40a7-836d-6107cd63de8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6a24904-29c7-4ed4-985c-5f4246af7ad8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml","artifactChecksum":"OTI5MTM5MTZlODhkOGM3NmM2ZGI2MTk0MjdjYmMyMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bfb5d9c-b903-4c2b-b1cf-d19c2e33de35","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98b5fe42-3b97-40d7-9845-1bb88b613fd3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1a44c72-d205-4028-ae0f-0eb26976220b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml","artifactChecksum":"MTRmN2U1ZWNkMmQ1ODA4ZGRkZjFjZWY5NGY3YzBiNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"305202b3-5f1d-4282-8685-46997decec1b","artifactVersion":"1"},{"artifactName":"service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar","artifactChecksum":"ZDIxMmVjMjE5MjFiNDIwZjhmYjIyZGNlYzg5YWFkMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"032d8b0a-a9af-4b4f-91f7-9c4102f8702e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:35:23.744Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:23.744Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:23.746Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:23.746Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:23.846Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:23.847Z||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-07-13T13:35:23.847Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:23.870Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:23.870Z||pool-202-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2022-07-13T13:35:24.747Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:24.750Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:24.752Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:24.752Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:24.852Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:24.853Z||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-07-13T13:35:24.853Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:24.869Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:24.869Z||pool-203-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:35:25.753Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:25.754Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:25.756Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:25.756Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:25.856Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:35:25.857Z||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-07-13T13:35:25.858Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:25.876Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:25.876Z||pool-204-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:35:26.757Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:26.757Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:26.759Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:26.759Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:26.859Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:26.860Z||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-07-13T13:35:26.860Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:26.923Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:26.924Z||pool-205-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:35:27.760Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:27.761Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:27.762Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:27.762Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:27.863Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:27.863Z||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-07-13T13:35:27.864Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:27.882Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:27.882Z||pool-206-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:35:28.763Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:28.766Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:28.769Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:28.769Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:35:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:35:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:28.868Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:28.869Z||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-07-13T13:35:28.869Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:28.884Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:28.884Z||pool-207-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:35:28.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:28.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:35:28.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23f46ba6-e04b-47ad-99f3-640f443b2e58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719322722,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:35:28.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:35:28.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:28.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:35:28.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:35:28.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:28.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:35:29.770Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:29.771Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:29.775Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:29.775Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:35:29.875Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:29.876Z||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-07-13T13:35:29.876Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:29.894Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:29.894Z||pool-208-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:35:30.776Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:35:30.777Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:30.779Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:30.779Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:35:30.879Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:35:30.879Z||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-07-13T13:35:30.880Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:30.895Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:30.896Z||pool-209-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:35:31.780Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "serviceName": "Demo_pNF_A3SzvpGeVaXCsgzns4Qn",
  "serviceVersion": "1.0",
  "serviceUUID": "9bf0849b-0a20-4b60-b17c-0d4b94fd343f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "144ca9c6-a001-4d55-ba13-394af5bdfb8e",
  "resources": [
    {
      "resourceInstanceName": "pNF 32e44a60-c6da 0",
      "resourceCustomizationUUID": "8e49ba3f-37ac-46e7-a8d1-cbcd79f439ef",
      "resourceName": "pNF 32e44a60-c6da",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30d994a5-b258-4f76-a0c6-9f98ba7f06ae",
      "resourceInvariantUUID": "ce372d22-79da-43f6-93fe-cc18ac9cfeb6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
      "artifactChecksum": "ZDIxMmVjMjE5MjFiNDIwZjhmYjIyZGNlYzg5YWFkMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "032d8b0a-a9af-4b4f-91f7-9c4102f8702e"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:35:31.780Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:35:31.781Z|23f46ba6-e04b-47ad-99f3-640f443b2e58|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9bf0849b-0a20-4b60-b17c-0d4b94fd343f ASDC
2022-07-13T13:35:31.781Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e7c7dc39-c54d-438a-88dd-e6623822f43a
ServiceName:Demo_pNF_A3SzvpGeVaXCsgzns4Qn
ServiceVersion:1.0
ServiceUUID:9bf0849b-0a20-4b60-b17c-0d4b94fd343f
ServiceInvariantUUID:144ca9c6-a001-4d55-ba13-394af5bdfb8e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
ArtifactUUID:032d8b0a-a9af-4b4f-91f7-9c4102f8702e
ArtifactChecksum:ZDIxMmVjMjE5MjFiNDIwZjhmYjIyZGNlYzg5YWFkMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 32e44a60-c6da 0
ResourceCustomizationUUID:8e49ba3f-37ac-46e7-a8d1-cbcd79f439ef
ResourceInvariantUUID:ce372d22-79da-43f6-93fe-cc18ac9cfeb6
ResourceName:pNF 32e44a60-c6da
ResourceType:PNF
ResourceUUID:30d994a5-b258-4f76-a0c6-9f98ba7f06ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T13:35:31.781Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bf0849b-0a20-4b60-b17c-0d4b94fd343f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:35:31.809Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:35:31.809Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:35:31.810Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:35:31.810Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Trying to download the artifact UUID: 032d8b0a-a9af-4b4f-91f7-9c4102f8702e from URL: /sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:31.810Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:35:31.810Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:32.426Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:35:32.441Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar 032d8b0a-a9af-4b4f-91f7-9c4102f8702e 86691
2022-07-13T13:35:32.442Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar ASDC sendASDCNotification
2022-07-13T13:35:32.442Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:32.442Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:35:32.442Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:32.444Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:32.444Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719332442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:35:32.545Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:35:32.545Z||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-07-13T13:35:32.546Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:32.561Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:32.562Z||pool-210-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:35:33.445Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:35:33.447Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:35:33.447Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Trying to write artifact UUID: 032d8b0a-a9af-4b4f-91f7-9c4102f8702e, URL: /sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar to file: /app/ASDC/1/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:33.448Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:33.448Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:33.448Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:33.668Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1563003666084592463/Definitions/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml
2022-07-13T13:35:34.576Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:35:34.576Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|WARN|500||####################################################################################################
2022-07-13T13:35:34.576Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.576Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T13:35:34.576Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 32e44a60-c6da 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-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|WARN|500||####################################################################################################
2022-07-13T13:35:34.577Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Node template pNF 32e44a60-c6da 0 is matching search criteria
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found topology templates [pNF 32e44a60-c6da 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.578Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Node template pNF 32e44a60-c6da 0 is matching search criteria
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found topology templates [pNF 32e44a60-c6da 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.579Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.580Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.580Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.580Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.580Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.580Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_A3SzvpGeVaXCsgzns4Qn
Description:catalog service description
Model UUID:9bf0849b-0a20-4b60-b17c-0d4b94fd343f
Model Version:NULL
Model InvariantUuid:144ca9c6-a001-4d55-ba13-394af5bdfb8e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:35:34.586Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 30d994a5-b258-4f76-a0c6-9f98ba7f06ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:35:34.588Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||pNF 32e44a60-c6da 0
2022-07-13T13:35:34.588Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 30d994a5-b258-4f76-a0c6-9f98ba7f06ae
2022-07-13T13:35:34.588Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||No resources found for Service: 9bf0849b-0a20-4b60-b17c-0d4b94fd343f
2022-07-13T13:35:34.588Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Preparing to deploy Service: 9bf0849b-0a20-4b60-b17c-0d4b94fd343f
2022-07-13T13:35:34.588Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 32e44a60-c6da 0 30d994a5-b258-4f76-a0c6-9f98ba7f06ae ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:35:34.592Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68487dcc, org.onap.sdc.toscaparser.api.parameters.Input@5d9fcde7, org.onap.sdc.toscaparser.api.parameters.Input@2ec8938b, org.onap.sdc.toscaparser.api.parameters.Input@7d1dbec8, org.onap.sdc.toscaparser.api.parameters.Input@56901aba]
2022-07-13T13:35:34.592Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.592Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.593Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500|| resourceSeq for service uuid 9bf0849b-0a20-4b60-b17c-0d4b94fd343f: pNF 32e44a60-c6da
2022-07-13T13:35:34.593Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Processing PNF resource: 30d994a5-b258-4f76-a0c6-9f98ba7f06ae
2022-07-13T13:35:34.593Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:35:34.593Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Service Demo_pNF_A3SzvpGeVaXCsgzns4Qn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:35:34.593Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||Resource customization UUID: 8e49ba3f-37ac-46e7-a8d1-cbcd79f439ef is the same as notified resource customizationUUID: 8e49ba3f-37ac-46e7-a8d1-cbcd79f439ef
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T13:35:34.626Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 32e44a60-c6da 30d994a5-b258-4f76-a0c6-9f98ba7f06ae 0 ASDC deployResourceStructure
2022-07-13T13:35:34.627Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar ASDC sendASDCNotification
2022-07-13T13:35:34.627Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar
2022-07-13T13:35:34.627Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:35:34.628Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:35:34.631Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:35:34.631Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719334627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:35:34.731Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:35:34.732Z||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-07-13T13:35:34.732Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:35:34.748Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:35:34.748Z||pool-211-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:35:35.632Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:35:35.641Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:35:35.643Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:35:35.643Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:35:35.643Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:35:35.643Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:36:05.644Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:36:05.657Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:36:05.658Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:36:05.659Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:36:05.659Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:36:05.659Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:36:28.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:36:28.860Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:36:28.860Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:36:28.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:36:28.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-13T13:36:28.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/resourceInstances/pnf32e44a60c6da0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:36:28.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:36:35.659Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:36:35.674Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:36:35.676Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:36:35.677Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:36:35.677Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:36:35.677Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:37:05.677Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:37:05.689Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:37:05.691Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:37:05.691Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:37:05.691Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:37:05.692Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:37:28.857Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:37:28.858Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:37:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:37:29.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:37:29.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:37:29.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:37:29.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:37:29.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719332442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719334627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA3szvpgevaxcsgzns4qn/1.0/artifacts/service-DemoPnfA3szvpgevaxcsgzns4qn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:37:29.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:37:35.692Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:37:35.707Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:37:35.709Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:37:35.709Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:37:35.710Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:37:35.710Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:38:05.710Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:38:05.720Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:38:05.721Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:38:05.722Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:38:05.722Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:38:05.722Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:38:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:38:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:38:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:38:35.722Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:38:35.733Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:38:35.735Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:38:35.735Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:38:35.735Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:38:35.735Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:38:38.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:39:05.736Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:39:05.745Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:39:05.747Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:39:05.747Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:39:05.748Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:39:05.748Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:39:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:39:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:39:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:39:35.748Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:39:35.758Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:39:35.760Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:39:35.761Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:39:35.761Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:39:35.761Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:39:38.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:05.761Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:40:05.772Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:40:05.774Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:40:05.774Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:40:05.774Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:40:05.774Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:40:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:40:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:40:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:29.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:29.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719584512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719599156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.509Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719593794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719601804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "cds",
  "timestamp": 1657719602810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:40:29.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
2022-07-13T13:40:29.532Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:40:29.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719597492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719597681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719597762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719597805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719605716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719606604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719606921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719607623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719608303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "policy-id",
  "timestamp": 1657719608633,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:40:29.548Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
2022-07-13T13:40:29.548Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:40:29.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719609331,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:40:29.558Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
2022-07-13T13:40:29.558Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T13:40:29.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719610334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719610457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "aai-ml",
  "timestamp": 1657719611462,
  "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-07-13T13:40:29.568Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
2022-07-13T13:40:29.568Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:40:29.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719616820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719618858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:40:29.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "clamp",
  "timestamp": 1657719619863,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:40:29.578Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
2022-07-13T13:40:29.578Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:40:35.774Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:40:35.775Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e7c7dc39-c54d-438a-88dd-e6623822f43a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:40:35.781Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7c7dc39-c54d-438a-88dd-e6623822f43a and serviceModelVersionId: 9bf0849b-0a20-4b60-b17c-0d4b94fd343f
2022-07-13T13:40:35.782Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 144ca9c6-a001-4d55-ba13-394af5bdfb8e
2022-07-13T13:40:35.784Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0
2022-07-13T13:40:35.794Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:40:35.840Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a16238-2436-4e27-900f-e294214666ce/model-vers/model-ver/b8e20c67-7de3-47d8-bd95-fcb5da079195?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:40:35.843Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Invoke
2022-07-13T13:40:37.377Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:40:37.378Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Invoke
2022-07-13T13:40:38.922Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:40:38.924Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Invoke
2022-07-13T13:40:39.954Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:40:39.955Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-07-13T13:40:39.955Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:40:39.955Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-07-13T13:40:39.962Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-07-13T13:40:39.962Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7c7dc39-c54d-438a-88dd-e6623822f43a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:40:39.962Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:40:39.963Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:39.966Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:39.966Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719639962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:40:40.066Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:40.067Z||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-07-13T13:40:40.067Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:40.084Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:40.084Z||pool-212-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:40:40.977Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||received message from topic
2022-07-13T13:40:40.977Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6e070209-6e1f-4d9b-9f49-ddf5398cc373","serviceName":"Demo_pNF_DYW42FmElakBE2TckuIM","serviceVersion":"1.0","serviceUUID":"342a0916-51b3-4ce2-ae6c-657d3faa3fa1","serviceDescription":"catalog service description","serviceInvariantUUID":"754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7","resources":[{"resourceInstanceName":"pNF 1b1d862a-8a4a 0","resourceName":"pNF 1b1d862a-8a4a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"685b115f-abd0-4cee-8e62-d3e740d1aab2","resourceInvariantUUID":"383428da-1894-4a2f-ae6f-395595c2c9c4","resourceCustomizationUUID":"5205ee49-86c0-4072-8482-24568932b113","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml","artifactChecksum":"YmFjZTdjZDJkNzgyOTcyZGIzZGJmY2I0Y2FiYjA2YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc50c728-dea5-4450-b672-7a08512c2df6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bce5b9c9-4bf0-48d1-b7cb-8da141eca895","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bcde765-8cf3-4386-800a-1808f6d0562d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml","artifactChecksum":"YmMwZmYwMmIwZmJmYzU5NTNjMDkzODAzMTcyM2U4MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eff86e4-3404-487f-9eaf-c96323496850","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e0dbf47-40e2-48c9-87f8-1c3fbbcecf2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c68ec6d0-9734-4a40-9f65-8cdbcc986be0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDyw42fmelakbe2tckuim-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml","artifactChecksum":"MTA2OTYzMmU5Y2IzZGMxODc3MmZlMjYwZjg0YmE3MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf184668-983d-4df4-ada5-4afa9372dab5","artifactVersion":"1"},{"artifactName":"service-DemoPnfDyw42fmelakbe2tckuim-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar","artifactChecksum":"NjNhY2NlNWQ3NjE0MTY1YmY2MDk4YzFjOWZhYjZhOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72f952d1-86be-4a47-a2e4-f9bb8f367b45","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:40:40.979Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:40.979Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:40.981Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:40.981Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:41.081Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:41.082Z||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-07-13T13:40:41.082Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:41.111Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:41.111Z||pool-213-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:40:41.981Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:41.982Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:41.985Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:41.985Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:42.085Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:42.085Z||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-07-13T13:40:42.086Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:42.115Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:42.116Z||pool-214-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:40:42.986Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:42.987Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:42.989Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:42.989Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:43.089Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:40:43.090Z||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-07-13T13:40:43.090Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:43.106Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:43.107Z||pool-215-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:40:43.990Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:43.991Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:43.993Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:43.993Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:44.093Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:44.094Z||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-07-13T13:40:44.094Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:44.116Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:44.117Z||pool-216-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:40:44.994Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:44.995Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:44.999Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:44.999Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:45.097Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-13T13:40:45.098Z||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-07-13T13:40:45.098Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:45.137Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:45.138Z||pool-217-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:40:45.999Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:46.000Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:46.002Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:46.002Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:46.102Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:46.103Z||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-07-13T13:40:46.103Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:46.120Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:46.120Z||pool-218-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:40:47.008Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:47.009Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:47.010Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:47.011Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:40:47.111Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:47.111Z||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-07-13T13:40:47.112Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:47.150Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:47.151Z||pool-219-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:40:48.011Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:40:48.012Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:48.014Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:48.014Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:40:48.114Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:48.115Z||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-07-13T13:40:48.115Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:48.131Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:48.131Z||pool-220-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:40:49.019Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "serviceName": "Demo_pNF_DYW42FmElakBE2TckuIM",
  "serviceVersion": "1.0",
  "serviceUUID": "342a0916-51b3-4ce2-ae6c-657d3faa3fa1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7",
  "resources": [
    {
      "resourceInstanceName": "pNF 1b1d862a-8a4a 0",
      "resourceCustomizationUUID": "5205ee49-86c0-4072-8482-24568932b113",
      "resourceName": "pNF 1b1d862a-8a4a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "685b115f-abd0-4cee-8e62-d3e740d1aab2",
      "resourceInvariantUUID": "383428da-1894-4a2f-ae6f-395595c2c9c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
      "artifactChecksum": "NjNhY2NlNWQ3NjE0MTY1YmY2MDk4YzFjOWZhYjZhOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72f952d1-86be-4a47-a2e4-f9bb8f367b45"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:40:49.019Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:40:49.019Z|e7c7dc39-c54d-438a-88dd-e6623822f43a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 342a0916-51b3-4ce2-ae6c-657d3faa3fa1 ASDC
2022-07-13T13:40:49.020Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6e070209-6e1f-4d9b-9f49-ddf5398cc373
ServiceName:Demo_pNF_DYW42FmElakBE2TckuIM
ServiceVersion:1.0
ServiceUUID:342a0916-51b3-4ce2-ae6c-657d3faa3fa1
ServiceInvariantUUID:754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
ArtifactUUID:72f952d1-86be-4a47-a2e4-f9bb8f367b45
ArtifactChecksum:NjNhY2NlNWQ3NjE0MTY1YmY2MDk4YzFjOWZhYjZhOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1b1d862a-8a4a 0
ResourceCustomizationUUID:5205ee49-86c0-4072-8482-24568932b113
ResourceInvariantUUID:383428da-1894-4a2f-ae6f-395595c2c9c4
ResourceName:pNF 1b1d862a-8a4a
ResourceType:PNF
ResourceUUID:685b115f-abd0-4cee-8e62-d3e740d1aab2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T13:40:49.021Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 342a0916-51b3-4ce2-ae6c-657d3faa3fa1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:40:49.053Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:40:49.053Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:40:49.053Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:40:49.054Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Trying to download the artifact UUID: 72f952d1-86be-4a47-a2e4-f9bb8f367b45 from URL: /sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:49.054Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:40:49.054Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:49.653Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:40:49.657Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar 72f952d1-86be-4a47-a2e4-f9bb8f367b45 86689
2022-07-13T13:40:49.657Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar ASDC sendASDCNotification
2022-07-13T13:40:49.658Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:49.658Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:40:49.658Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:49.660Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:49.660Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719649657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:40:49.760Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:49.761Z||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-07-13T13:40:49.761Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:49.787Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:49.787Z||pool-221-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:40:50.661Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:40:50.662Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:40:50.662Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Trying to write artifact UUID: 72f952d1-86be-4a47-a2e4-f9bb8f367b45, URL: /sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar to file: /app/ASDC/1/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:50.662Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:50.663Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:50.663Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:50.873Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP206037583179902437/Definitions/service-DemoPnfDyw42fmelakbe2tckuim-template.yml
2022-07-13T13:40:51.753Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|WARN|500||####################################################################################################
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1b1d862a-8a4a 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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.754Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?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-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|WARN|500||####################################################################################################
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Node template pNF 1b1d862a-8a4a 0 is matching search criteria
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:40:51.755Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found topology templates [pNF 1b1d862a-8a4a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:40:51.757Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.757Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.757Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Node template pNF 1b1d862a-8a4a 0 is matching search criteria
2022-07-13T13:40:51.757Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:40:51.758Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found topology templates [pNF 1b1d862a-8a4a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:40:51.758Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.758Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.758Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.759Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.759Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.759Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.759Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.759Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.760Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.760Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.760Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DYW42FmElakBE2TckuIM
Description:catalog service description
Model UUID:342a0916-51b3-4ce2-ae6c-657d3faa3fa1
Model Version:NULL
Model InvariantUuid:754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:40:51.768Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 685b115f-abd0-4cee-8e62-d3e740d1aab2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:40:51.770Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||pNF 1b1d862a-8a4a 0
2022-07-13T13:40:51.770Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 685b115f-abd0-4cee-8e62-d3e740d1aab2
2022-07-13T13:40:51.770Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||No resources found for Service: 342a0916-51b3-4ce2-ae6c-657d3faa3fa1
2022-07-13T13:40:51.772Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Preparing to deploy Service: 342a0916-51b3-4ce2-ae6c-657d3faa3fa1
2022-07-13T13:40:51.772Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1b1d862a-8a4a 0 685b115f-abd0-4cee-8e62-d3e740d1aab2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:40:51.778Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f0a582, org.onap.sdc.toscaparser.api.parameters.Input@312a3b07, org.onap.sdc.toscaparser.api.parameters.Input@5710166c, org.onap.sdc.toscaparser.api.parameters.Input@61cf5b4, org.onap.sdc.toscaparser.api.parameters.Input@1c79c40]
2022-07-13T13:40:51.778Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.779Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.779Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500|| resourceSeq for service uuid 342a0916-51b3-4ce2-ae6c-657d3faa3fa1: pNF 1b1d862a-8a4a
2022-07-13T13:40:51.779Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Processing PNF resource: 685b115f-abd0-4cee-8e62-d3e740d1aab2
2022-07-13T13:40:51.779Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:40:51.779Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Service Demo_pNF_DYW42FmElakBE2TckuIM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:40:51.780Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||Resource customization UUID: 5205ee49-86c0-4072-8482-24568932b113 is the same as notified resource customizationUUID: 5205ee49-86c0-4072-8482-24568932b113
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T13:40:51.812Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1b1d862a-8a4a 685b115f-abd0-4cee-8e62-d3e740d1aab2 0 ASDC deployResourceStructure
2022-07-13T13:40:51.812Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar ASDC sendASDCNotification
2022-07-13T13:40:51.813Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar
2022-07-13T13:40:51.814Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:40:51.815Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:40:51.817Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:40:51.817Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719651812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:40:51.917Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:40:51.918Z||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-07-13T13:40:51.918Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:40:51.942Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:40:51.943Z||pool-222-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:40:52.818Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:40:52.827Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:40:52.829Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:40:52.829Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:40:52.829Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:40:52.829Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:41:22.829Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:41:22.836Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:41:22.838Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:41:22.838Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:41:22.838Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:41:22.838Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:41:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:41:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:41:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:41:29.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:41:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7c7dc39-c54d-438a-88dd-e6623822f43a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719639962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:41:29.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:41:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/resourceInstances/pnf1b1d862a8a4a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:41:29.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719649657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:41:29.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:41:29.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:41:29.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719651812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDyw42fmelakbe2tckuim/1.0/artifacts/service-DemoPnfDyw42fmelakbe2tckuim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:41:29.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:41:52.838Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:41:52.850Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:41:52.851Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:41:52.852Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:41:52.852Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:41:52.852Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:42:22.852Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:42:22.860Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:42:22.863Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:42:22.863Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:42:22.864Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:42:22.864Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:42:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:42:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:42:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:42:29.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:42:29.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719734512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719737492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657719737681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719737806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719746511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719747407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719747976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719748437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:42:29.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:42:52.864Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:42:52.878Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:42:52.880Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:42:52.880Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:42:52.880Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:42:52.880Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:43:22.881Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:43:22.896Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:43:22.898Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:43:22.898Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:43:22.899Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:43:22.899Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:43:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:43:28.858Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:43:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:43:28.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:43:28.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:43:28.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719748998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:43:28.891Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:43:52.899Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:43:52.911Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:43:52.913Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:43:52.913Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:43:52.913Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:43:52.913Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:44:22.913Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:44:22.922Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:44:22.923Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:44:22.923Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:44:22.924Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:44:22.924Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:44:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:44:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:44:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:44:28.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:44:28.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:44:28.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:44:28.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:44:52.924Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:44:52.932Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:44:52.934Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:44:52.934Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:44:52.934Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:44:52.934Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:45:22.935Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:45:22.942Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:45:22.944Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:45:22.944Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:45:22.944Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:45:22.944Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:45:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:45:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:45:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:45:29.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:45:29.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657719749440,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:45:29.408Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 47d4a5c3-b27f-499e-92c3-de9f31aa10da
2022-07-13T13:45:29.408Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47d4a5c3-b27f-499e-92c3-de9f31aa10da and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:45:29.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "policy-id",
  "timestamp": 1657719750061,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:45:29.421Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47d4a5c3-b27f-499e-92c3-de9f31aa10da
2022-07-13T13:45:29.422Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47d4a5c3-b27f-499e-92c3-de9f31aa10da and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:45:29.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719743794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:45:29.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719752634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719752631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:45:29.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "cds",
  "timestamp": 1657719753640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:45:29.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47d4a5c3-b27f-499e-92c3-de9f31aa10da
2022-07-13T13:45:29.436Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47d4a5c3-b27f-499e-92c3-de9f31aa10da and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:45:29.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "aai-ml",
  "timestamp": 1657719753635,
  "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-07-13T13:45:29.447Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 47d4a5c3-b27f-499e-92c3-de9f31aa10da
2022-07-13T13:45:29.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47d4a5c3-b27f-499e-92c3-de9f31aa10da and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:45:29.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719747761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719764865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:45:29.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:45:29.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719766857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:45:29.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:45:29.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:45:29.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "clamp",
  "timestamp": 1657719767868,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:45:29.459Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47d4a5c3-b27f-499e-92c3-de9f31aa10da
2022-07-13T13:45:29.460Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47d4a5c3-b27f-499e-92c3-de9f31aa10da and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:45:52.944Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:45:52.945Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:45:52.949Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and serviceModelVersionId: 342a0916-51b3-4ce2-ae6c-657d3faa3fa1
2022-07-13T13:45:52.949Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7
2022-07-13T13:45:52.951Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0
2022-07-13T13:45:52.964Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:45:53.038Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/144ca9c6-a001-4d55-ba13-394af5bdfb8e/model-vers/model-ver/9bf0849b-0a20-4b60-b17c-0d4b94fd343f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:45:53.040Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Invoke
2022-07-13T13:45:54.566Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:45:54.567Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Invoke
2022-07-13T13:45:56.101Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:45:56.102Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Invoke
2022-07-13T13:45:57.136Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:45:57.137Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-07-13T13:45:57.138Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:45:57.138Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-07-13T13:45:57.142Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-07-13T13:45:57.142Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e070209-6e1f-4d9b-9f49-ddf5398cc373 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:45:57.142Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:45:57.143Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:45:57.146Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:45:57.146Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719957142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:45:57.246Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:45:57.247Z||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-07-13T13:45:57.247Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:45:57.266Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:45:57.266Z||pool-223-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:45:58.160Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||received message from topic
2022-07-13T13:45:58.160Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9eb81505-290d-4c1b-aee3-59829d19c5cf","serviceName":"vFW 2022-07-13 13-21-45","serviceVersion":"1.0","serviceUUID":"9cc49d7a-99a0-4554-95f4-82d20cc0fb1a","serviceDescription":"catalog service description","serviceInvariantUUID":"1aa6375b-ea74-4e6e-bfed-7cddb964187e","resources":[{"resourceInstanceName":"vFW 8312c10e-af73 0","resourceName":"vFW 8312c10e-af73","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a4f4153-03ff-4f7b-a1fd-ff1bb969771d","resourceInvariantUUID":"1831d8de-ef3f-45cc-9003-5bdea016de99","resourceCustomizationUUID":"74b062f0-af4a-4b92-9c5f-ab671eedbeca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml","artifactChecksum":"NTFmMTkyNjI3MTdlYWQ5YTlkMmE0MWQ5ZGE4MmFkOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90b728cd-c95d-4d79-8e08-42bc0a13d225","artifactVersion":"1"},{"artifactName":"vfw8312c10eaf730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json","artifactChecksum":"OTYxYjY2MzY4YWYzYTZhMTI2NjEwYjY1YTk1MWY3YjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b0399bd-c1a3-4197-b09d-f0fb334cff1c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3fa689ee-93e5-4420-b6ad-75711edc2aa0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg1OTQxMTI3ZWQzNDNjZDcxZTY4MWYyYmYzNWZkMWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93d5aca5-3a9d-4991-94ef-7d41b0c91f5d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7fb3caca-a689-464d-b230-3d365df21c39","artifactVersion":"2","generatedFromUUID":"3fa689ee-93e5-4420-b6ad-75711edc2aa0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713132145-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml","artifactChecksum":"NTE2ZjhhZjRiZDNhMjhmZDI5MmIyMTdlNTg1OWNiODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7c1f66e-ceaf-4800-ba33-d878864f3757","artifactVersion":"1"},{"artifactName":"service-Vfw20220713132145-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar","artifactChecksum":"MzM4YWU2M2RlNzFlMTkxNjRmMzFjODVhNWUwMDVhNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c40c9b5-f45e-4059-a04d-b5315f072ef2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:45:58.160Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:45:58.161Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:45:58.163Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:45:58.163Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:45:58.263Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:45:58.264Z||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-07-13T13:45:58.264Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:45:58.280Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:45:58.281Z||pool-224-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:45:59.163Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:45:59.164Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:45:59.166Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:45:59.166Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:45:59.266Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:45:59.267Z||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-07-13T13:45:59.267Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:45:59.290Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:45:59.291Z||pool-225-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:00.166Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:46:00.167Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:00.169Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:00.169Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:46:00.269Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:00.270Z||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-07-13T13:46:00.270Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:00.288Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:00.288Z||pool-226-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:01.170Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:46:01.170Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:01.172Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:01.173Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:46:01.273Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:01.273Z||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-07-13T13:46:01.274Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:01.299Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:01.299Z||pool-227-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:46:02.173Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:46:02.174Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:02.176Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:02.176Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:46:02.276Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:02.277Z||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-07-13T13:46:02.277Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:02.295Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:02.296Z||pool-228-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:03.177Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:46:03.177Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:03.179Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:03.179Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:46:03.280Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:03.281Z||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-07-13T13:46:03.281Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:03.297Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:03.298Z||pool-229-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:46:04.180Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:46:04.181Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:04.183Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:04.183Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:46:04.284Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:04.285Z||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-07-13T13:46:04.285Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:04.300Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:04.300Z||pool-230-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:05.185Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "serviceName": "vFW 2022-07-13 13-21-45",
  "serviceVersion": "1.0",
  "serviceUUID": "9cc49d7a-99a0-4554-95f4-82d20cc0fb1a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1aa6375b-ea74-4e6e-bfed-7cddb964187e",
  "resources": [
    {
      "resourceInstanceName": "vFW 8312c10e-af73 0",
      "resourceCustomizationUUID": "74b062f0-af4a-4b92-9c5f-ab671eedbeca",
      "resourceName": "vFW 8312c10e-af73",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a4f4153-03ff-4f7b-a1fd-ff1bb969771d",
      "resourceInvariantUUID": "1831d8de-ef3f-45cc-9003-5bdea016de99",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8312c10eaf730_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
          "artifactChecksum": "OTYxYjY2MzY4YWYzYTZhMTI2NjEwYjY1YTk1MWY3YjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b0399bd-c1a3-4197-b09d-f0fb334cff1c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3fa689ee-93e5-4420-b6ad-75711edc2aa0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7fb3caca-a689-464d-b230-3d365df21c39",
            "generatedFromUUID": "3fa689ee-93e5-4420-b6ad-75711edc2aa0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7fb3caca-a689-464d-b230-3d365df21c39",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713132145-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
      "artifactChecksum": "MzM4YWU2M2RlNzFlMTkxNjRmMzFjODVhNWUwMDVhNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c40c9b5-f45e-4059-a04d-b5315f072ef2"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:46:05.185Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:46:05.185Z|6e070209-6e1f-4d9b-9f49-ddf5398cc373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9cc49d7a-99a0-4554-95f4-82d20cc0fb1a ASDC
2022-07-13T13:46:05.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9eb81505-290d-4c1b-aee3-59829d19c5cf
ServiceName:vFW 2022-07-13 13-21-45
ServiceVersion:1.0
ServiceUUID:9cc49d7a-99a0-4554-95f4-82d20cc0fb1a
ServiceInvariantUUID:1aa6375b-ea74-4e6e-bfed-7cddb964187e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713132145-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar
ArtifactUUID:9c40c9b5-f45e-4059-a04d-b5315f072ef2
ArtifactChecksum:MzM4YWU2M2RlNzFlMTkxNjRmMzFjODVhNWUwMDVhNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8312c10e-af73 0
ResourceCustomizationUUID:74b062f0-af4a-4b92-9c5f-ab671eedbeca
ResourceInvariantUUID:1831d8de-ef3f-45cc-9003-5bdea016de99
ResourceName:vFW 8312c10e-af73
ResourceType:VF
ResourceUUID:2a4f4153-03ff-4f7b-a1fd-ff1bb969771d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8312c10eaf730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json
ArtifactUUID:7b0399bd-c1a3-4197-b09d-f0fb334cff1c
ArtifactChecksum:OTYxYjY2MzY4YWYzYTZhMTI2NjEwYjY1YTk1MWY3YjU=
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/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml
ArtifactUUID:3fa689ee-93e5-4420-b6ad-75711edc2aa0
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/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env
ArtifactUUID:7fb3caca-a689-464d-b230-3d365df21c39
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/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env
ArtifactUUID:7fb3caca-a689-464d-b230-3d365df21c39
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T13:46:05.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9cc49d7a-99a0-4554-95f4-82d20cc0fb1a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:46:05.216Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:46:05.217Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:46:05.217Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:46:05.217Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Trying to download the artifact UUID: 9c40c9b5-f45e-4059-a04d-b5315f072ef2 from URL: /sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:05.217Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:46:05.218Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:06.799Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:46:06.807Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar 9c40c9b5-f45e-4059-a04d-b5315f072ef2 103060
2022-07-13T13:46:06.807Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar ASDC sendASDCNotification
2022-07-13T13:46:06.807Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:06.807Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:46:06.808Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:06.809Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:06.810Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719966807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:06.916Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-13T13:46:06.917Z||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-07-13T13:46:06.917Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:06.932Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:06.933Z||pool-231-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:07.811Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:46:07.812Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:46:07.812Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Trying to write artifact UUID: 9c40c9b5-f45e-4059-a04d-b5315f072ef2, URL: /sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar to file: /app/ASDC/1/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:07.813Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713132145-csar.csar
2022-07-13T13:46:07.813Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:07.813Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:08.089Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2218872315633226797/Definitions/service-Vfw20220713132145-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-07-13T13:46:10.181Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:46:10.182Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|WARN|500||####################################################################################################
2022-07-13T13:46:10.182Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.182Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T13:46:10.182Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.183Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.184Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.184Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8312c10e-af73 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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.184Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.184Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?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-Vfw20220713132145-csar.csar
2022-07-13T13:46:10.184Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|WARN|500||####################################################################################################
2022-07-13T13:46:10.184Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.185Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.185Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:10.185Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:46:10.185Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:46:10.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:10.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:46:10.186Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:46:10.187Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.187Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.187Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.187Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:10.187Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:10.187Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:46:10.188Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:46:10.189Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.189Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.189Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:46:10.189Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.189Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:46:10.189Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.190Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T13:46:10.190Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.190Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:46:10.190Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.190Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:10.190Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:10.191Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.191Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:10.191Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:10.191Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.191Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:10.192Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:10.192Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.192Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:10.192Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:10.192Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:10.192Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:46:10.193Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:46:10.193Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:46:10.193Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.193Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.193Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:46:10.193Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.194Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:46:10.194Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.194Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fca6cabb-4f8c-41c0-9626-99a14761b096
2022-07-13T13:46:10.194Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.194Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:10.194Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:10.195Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:10.195Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:46:10.195Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.195Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.195Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:46:10.195Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.196Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:46:10.196Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:46:10.196Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.196Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:46:10.196Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.196Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1b63abeb-7904-4f76-8722-087534ed5699
2022-07-13T13:46:10.197Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.197Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:10.197Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:10.197Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:10.197Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:46:10.197Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.198Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.198Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:46:10.198Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.198Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:46:10.198Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:46:10.198Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:10.199Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:10.199Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:46:10.199Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98f0fd73-cf2b-44e0-85b1-fcd80e419460
2022-07-13T13:46:10.199Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.199Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.199Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.200Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.200Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.200Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.200Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:10.200Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:10.200Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 13-21-45
Description:catalog service description
Model UUID:9cc49d7a-99a0-4554-95f4-82d20cc0fb1a
Model Version:NULL
Model InvariantUuid:1aa6375b-ea74-4e6e-bfed-7cddb964187e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8312c10e-af73
Model UUID:f09de7ec-caf0-4b49-b1ff-a39603b3d461
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1831d8de-ef3f-45cc-9003-5bdea016de99
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74b062f0-af4a-4b92-9c5f-ab671eedbeca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b59be49-3d6e-44cf-9128-edb53727fcb2
ModelName:Vfw8312c10eAf73..base_vfw..module-0
ModelUuid:4e4404f5-e552-4aaa-9235-2670c96a754e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fca6cabb-4f8c-41c0-9626-99a14761b096
ModelInvariantUuid:2f46416a-34e4-420b-a6d3-51d4a0b693a2
ModelName:vFW 8312c10e-af73-nodes.vfwCvfc
ModelUuid:0c2c6950-9377-4b27-8524-b7144835f50d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0bcfdd6d-0eb3-4517-a202-57034aa65ac0
ModelInvariantUuid:73663d66-ee10-4998-8cd0-c4bd2e7f7d59
ModelName:Vfw8312c10eAf73.compute.nodes.heat.vfw
ModelUuid:566ed13d-1612-4544-9455-f4d2f87a7cc2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1b63abeb-7904-4f76-8722-087534ed5699
ModelInvariantUuid:92bce953-0a1c-401e-b96a-863c29cba017
ModelName:vFW 8312c10e-af73-nodes.vsnCvfc
ModelUuid:4a712c1c-d1a3-453e-b131-6e00f1c8c407
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0d9bad97-36cb-4b01-b7de-335ac5fc79d9
ModelInvariantUuid:1812fcd2-8aa4-404e-b886-6d90e82da35a
ModelName:Vfw8312c10eAf73.compute.nodes.heat.vsn
ModelUuid:28031e00-d254-4562-b6bf-842fd066c653
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:98f0fd73-cf2b-44e0-85b1-fcd80e419460
ModelInvariantUuid:701fc8db-d533-4f71-872e-eb84f95a2f1f
ModelName:vFW 8312c10e-af73-nodes.vpgCvfc
ModelUuid:30e2c615-e1ea-406b-a932-b13b40828775
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6aa74994-30be-489e-baa8-bb5fb35774e2
ModelInvariantUuid:23a96740-c9ae-45ff-8719-d57426268a24
ModelName:Vfw8312c10eAf73.compute.nodes.heat.vpg
ModelUuid:545b0c8f-201d-4869-831d-ba88fd9579b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:46:10.209Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2a4f4153-03ff-4f7b-a1fd-ff1bb969771d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:46:10.211Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||vFW 8312c10e-af73 0
2022-07-13T13:46:10.211Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2a4f4153-03ff-4f7b-a1fd-ff1bb969771d
2022-07-13T13:46:10.212Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Trying to download the artifact UUID: 7b0399bd-c1a3-4197-b09d-f0fb334cff1c from URL: /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json
2022-07-13T13:46:10.212Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:46:10.212Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json
2022-07-13T13:46:10.531Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:46:10.532Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json 7b0399bd-c1a3-4197-b09d-f0fb334cff1c 785
2022-07-13T13:46:10.532Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json ASDC sendASDCNotification
2022-07-13T13:46:10.532Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json
2022-07-13T13:46:10.532Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:46:10.532Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:10.534Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:10.534Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719970532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:10.634Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:46:10.635Z||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-07-13T13:46:10.636Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:10.652Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:10.652Z||pool-232-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:11.535Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8312c10eAf73..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1b59be49-3d6e-44cf-9128-edb53727fcb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e4404f5-e552-4aaa-9235-2670c96a754e",
    "vfModuleModelCustomizationUUID": "2458b671-a93f-4e5d-a0e9-d5a8309a2e2d",
    "isBase": true,
    "artifacts": [
      "3fa689ee-93e5-4420-b6ad-75711edc2aa0",
      "7fb3caca-a689-464d-b230-3d365df21c39"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:46:11.539Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8312c10eAf73..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e4404f5-e552-4aaa-9235-2670c96a754e
VfModuleModelInvariantUUID:1b59be49-3d6e-44cf-9128-edb53727fcb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fa689ee-93e5-4420-b6ad-75711edc2aa0
,
7fb3caca-a689-464d-b230-3d365df21c39

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

isBase:true


}

2022-07-13T13:46:11.541Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8312c10eAf73..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1b59be49-3d6e-44cf-9128-edb53727fcb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e4404f5-e552-4aaa-9235-2670c96a754e",
    "vfModuleModelCustomizationUUID": "2458b671-a93f-4e5d-a0e9-d5a8309a2e2d",
    "isBase": true,
    "artifacts": [
      "3fa689ee-93e5-4420-b6ad-75711edc2aa0",
      "7fb3caca-a689-464d-b230-3d365df21c39"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:46:11.541Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8312c10eAf73..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e4404f5-e552-4aaa-9235-2670c96a754e
VfModuleModelInvariantUUID:1b59be49-3d6e-44cf-9128-edb53727fcb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fa689ee-93e5-4420-b6ad-75711edc2aa0
,
7fb3caca-a689-464d-b230-3d365df21c39

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

isBase:true


}

2022-07-13T13:46:11.541Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Trying to download the artifact UUID: 3fa689ee-93e5-4420-b6ad-75711edc2aa0 from URL: /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml
2022-07-13T13:46:11.542Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:46:11.542Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml
2022-07-13T13:46:11.796Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:46:11.797Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml 3fa689ee-93e5-4420-b6ad-75711edc2aa0 20368
2022-07-13T13:46:11.797Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:46:11.797Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml
2022-07-13T13:46:11.797Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:46:11.797Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:11.799Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:11.800Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719971797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:11.900Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:11.900Z||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-07-13T13:46:11.900Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:11.915Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:11.915Z||pool-233-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:12.800Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Trying to download the artifact UUID: 7fb3caca-a689-464d-b230-3d365df21c39 from URL: /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env
2022-07-13T13:46:12.801Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:46:12.801Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env
2022-07-13T13:46:13.022Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:46:13.023Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env 7fb3caca-a689-464d-b230-3d365df21c39 2098
2022-07-13T13:46:13.023Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:46:13.023Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env
2022-07-13T13:46:13.023Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:46:13.023Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:13.026Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:13.026Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719973023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:13.125Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:46:13.126Z||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-07-13T13:46:13.126Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:13.143Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:13.144Z||pool-234-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:14.026Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Preparing to deploy Service: 9cc49d7a-99a0-4554-95f4-82d20cc0fb1a
2022-07-13T13:46:14.027Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8312c10e-af73 0 2a4f4153-03ff-4f7b-a1fd-ff1bb969771d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:46:14.042Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5879c42d, org.onap.sdc.toscaparser.api.parameters.Input@46b9c35b, org.onap.sdc.toscaparser.api.parameters.Input@666f46f1, org.onap.sdc.toscaparser.api.parameters.Input@5aa10293, org.onap.sdc.toscaparser.api.parameters.Input@4c6fed46]
2022-07-13T13:46:14.043Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.043Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.044Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T13:46:14.044Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||VFCustomizationUUID= 74b062f0-af4a-4b92-9c5f-ab671eedbeca
2022-07-13T13:46:14.044Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b062f0-af4a-4b92-9c5f-ab671eedbeca matches Tosca VF Customization UUID: 74b062f0-af4a-4b92-9c5f-ab671eedbeca
2022-07-13T13:46:14.044Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||vfCustomizationUUID: 74b062f0-af4a-4b92-9c5f-ab671eedbeca  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T13:46:14.046Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.046Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.047Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||resource request for resource customization id 74b062f0-af4a-4b92-9c5f-ab671eedbeca: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T13:46:14.047Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a67f625
2022-07-13T13:46:14.047Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.047Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:46:14.048Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2458b671-a93f-4e5d-a0e9-d5a8309a2e2d
2022-07-13T13:46:14.048Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2458b671-a93f-4e5d-a0e9-d5a8309a2e2d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T13:46:14.050Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.050Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:14.050Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:14.050Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.050Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:14.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:14.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:14.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:14.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:14.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:46:14.052Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:46:14.052Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:46:14.052Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.052Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:14.052Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:46:14.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:14.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:46:14.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fca6cabb-4f8c-41c0-9626-99a14761b096
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:46:14.055Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.055Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:14.055Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:14.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:14.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:14.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:14.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:46:14.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:14.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:46:14.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:46:14.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:46:14.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:14.058Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:46:14.058Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.058Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1b63abeb-7904-4f76-8722-087534ed5699
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:46:14.059Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:14.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:14.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is not matching search criteria
2022-07-13T13:46:14.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:46:14.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:46:14.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:46:14.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:14.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:46:14.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.062Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:46:14.062Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:46:14.062Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:46:14.062Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:46:14.062Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:46:14.062Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98f0fd73-cf2b-44e0-85b1-fcd80e419460
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:46:14.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:14.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:46:14.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.065Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Node template vFW 8312c10e-af73 0 is matching search criteria
2022-07-13T13:46:14.065Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found topology templates [vFW 8312c10e-af73 0] matching following query criteria: sdcType=VF, customizationUUID=74b062f0-af4a-4b92-9c5f-ab671eedbeca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:46:14.066Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.066Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500|| resourceSeq for service uuid 9cc49d7a-99a0-4554-95f4-82d20cc0fb1a: vFW 8312c10e-af73
2022-07-13T13:46:14.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:46:14.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Service vFW 2022-07-13 13-21-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:46:14.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||Saving Service: vFW 2022-07-13 13-21-45 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:46:14.205Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8312c10e-af73 2a4f4153-03ff-4f7b-a1fd-ff1bb969771d 1 ASDC deployResourceStructure
2022-07-13T13:46:14.205Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json ASDC sendASDCNotification
2022-07-13T13:46:14.205Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json
2022-07-13T13:46:14.205Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:46:14.205Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:14.208Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:14.208Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719974205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:14.308Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:14.309Z||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-07-13T13:46:14.309Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:14.326Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:14.327Z||pool-235-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:15.209Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:46:15.209Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml
2022-07-13T13:46:15.209Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:46:15.210Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:15.211Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:15.211Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719975209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:15.311Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:15.312Z||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-07-13T13:46:15.312Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:15.327Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:15.327Z||pool-236-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:16.213Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:46:16.213Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env
2022-07-13T13:46:16.213Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:46:16.214Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:16.217Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:16.217Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719976212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:16.317Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:16.317Z||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-07-13T13:46:16.318Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:16.331Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:16.331Z||pool-237-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:46:17.220Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar ASDC sendASDCNotification
2022-07-13T13:46:17.221Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar
2022-07-13T13:46:17.221Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:46:17.221Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:46:17.223Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:46:17.223Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719977220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:17.323Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:46:17.324Z||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-07-13T13:46:17.324Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:17.340Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:17.340Z||pool-238-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:46:18.224Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:46:18.233Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:46:18.234Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:46:18.234Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:46:18.235Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:46:18.235Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:46:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:46:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:46:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:46:29.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:46:29.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e070209-6e1f-4d9b-9f49-ddf5398cc373",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719957142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657718994298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719966807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719970532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:29.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719971797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719973023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719974205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/vfw8312c10eaf730_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719975209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719976212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/resourceInstances/vfw8312c10eaf730/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:29.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:29.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T13:46:29.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657719977220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713132145/1.0/artifacts/service-Vfw20220713132145-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:46:29.494Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:46:48.235Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:46:48.244Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:46:48.245Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:46:48.245Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:46:48.246Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:46:48.246Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:47:18.246Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:47:18.256Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:47:18.258Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:47:18.258Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:47:18.258Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:47:18.258Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:47:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:47:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:47:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:47:38.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:47:48.258Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:47:48.268Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:47:48.272Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:47:48.272Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:47:48.272Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:47:48.272Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:48:18.273Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:48:18.285Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:48:18.287Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:48:18.288Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:48:18.288Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:48:18.288Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:48:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:48:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:48:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:48:29.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:48:29.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720097493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720094512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720097681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720097805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:48:29.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:48:48.289Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:48:48.302Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:48:48.304Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:48:48.304Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:48:48.304Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:48:48.304Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:49:18.305Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:49:18.319Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:49:18.321Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:49:18.322Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:49:18.322Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:49:18.322Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:49:28.857Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:49:28.858Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:49:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:49:28.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:49:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:49:28.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720109140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:49:28.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:49:48.323Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:49:48.339Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:49:48.342Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:49:48.342Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:49:48.343Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:49:48.343Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:50:18.343Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:50:18.353Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:50:18.355Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:50:18.355Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:50:18.356Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:50:18.356Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:50:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:50:28.858Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:50:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:50:28.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:50:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-13T13:50:28.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720108341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:50:28.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:50:48.356Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:50:48.369Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:50:48.371Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:50:48.371Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:50:48.371Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:50:48.371Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:51:18.371Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:51:18.372Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:51:18.383Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9eb81505-290d-4c1b-aee3-59829d19c5cf and serviceModelVersionId: 9cc49d7a-99a0-4554-95f4-82d20cc0fb1a
2022-07-13T13:51:18.383Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1aa6375b-ea74-4e6e-bfed-7cddb964187e
2022-07-13T13:51:18.386Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0
2022-07-13T13:51:18.400Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:51:18.459Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/754a18fd-3c6a-4d3c-a7f7-e5d9e916d7d7/model-vers/model-ver/342a0916-51b3-4ce2-ae6c-657d3faa3fa1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:51:18.462Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Invoke
2022-07-13T13:51:20.001Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:51:20.002Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Invoke
2022-07-13T13:51:21.537Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T13:51:21.538Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Invoke
2022-07-13T13:51:22.575Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:51:22.577Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-07-13T13:51:22.578Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:51:22.578Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-07-13T13:51:22.583Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-07-13T13:51:22.584Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9eb81505-290d-4c1b-aee3-59829d19c5cf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:51:22.584Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:51:22.585Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:22.589Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:22.589Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720282584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:51:22.689Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:22.690Z||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-07-13T13:51:22.690Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:22.720Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:22.720Z||pool-239-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:51:23.605Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:51:23.606Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-07-13T13:51:23.606Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:28.043Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:28.045Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||received message from topic
2022-07-13T13:51:28.045Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9086e77a-f414-4c82-a647-5b9230c5b3f9","serviceName":"Demo_pNF_kqsnA13wjobYjMMnKyjo","serviceVersion":"1.0","serviceUUID":"8972efbf-feec-43a1-a9fb-c08de1f01e94","serviceDescription":"catalog service description","serviceInvariantUUID":"23210100-57eb-461d-8930-e5703949183c","resources":[{"resourceInstanceName":"pNF 1e81cde4-8593 0","resourceName":"pNF 1e81cde4-8593","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"007142c2-8768-4688-be32-d7ec75a1b747","resourceInvariantUUID":"89079b63-3ee3-4598-867d-5dd7f58ebbf0","resourceCustomizationUUID":"e33fc539-e2fc-473b-bd80-e69d5e29dac5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml","artifactChecksum":"NmUyOGYwNDdlYjdkZjk4ZTQzNjg1NzdmMDc0ZmMxOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c68f261c-f7cc-431a-a127-dded4ab361a5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0b1b18f-b4ef-4b73-bd7b-1b0609937fe9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd7095aa-d62e-4d26-b614-8bdb3b9c682b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml","artifactChecksum":"MzExN2I3MmM0ZmMzNzc0NDZkMTM5ZTkyZjY0Y2YzNzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af8e2f39-2afd-49d6-a8fe-1c570d598756","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"047d95f2-041b-4491-ad90-03044a1d55b9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"096b15fb-afe3-4fb2-b1a3-e41909564f14","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml","artifactChecksum":"NTE2ODAzNTNiODI3YzRlZGMyZTE5OTJjNGJlYjc3ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"020bfd9f-22c7-4d64-a70c-0767c3654fab","artifactVersion":"1"},{"artifactName":"service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar","artifactChecksum":"YmMwNDhiMDc2ODY3NWI3YTViMmFiNTBiNWNkNTgxYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d51810ad-84f9-45fd-9ebd-2adee3cebedc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:51:28.050Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:28.051Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:28.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:28.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.153Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:28.154Z||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-07-13T13:51:28.154Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:28.170Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:28.171Z||pool-240-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:51:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:51:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:51:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:28.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:28.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720109172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720110230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720110580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "policy-id",
  "timestamp": 1657720111251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:28.919Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92c9295c-751a-4145-b698-abef923e08df
2022-07-13T13:51:28.919Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92c9295c-751a-4145-b698-abef923e08df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:28.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720112172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720113476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720114546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:51:28.932Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92c9295c-751a-4145-b698-abef923e08df
2022-07-13T13:51:28.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92c9295c-751a-4145-b698-abef923e08df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T13:51:28.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720114969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720115550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720115934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "aai-ml",
  "timestamp": 1657720116937,
  "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-07-13T13:51:28.943Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 92c9295c-751a-4145-b698-abef923e08df
2022-07-13T13:51:28.943Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92c9295c-751a-4145-b698-abef923e08df and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:28.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "cds",
  "timestamp": 1657720117930,
  "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-07-13T13:51:28.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92c9295c-751a-4145-b698-abef923e08df
2022-07-13T13:51:28.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92c9295c-751a-4145-b698-abef923e08df and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720117492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720117681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720117804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720103794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720127113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720127421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720127176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720127868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720128210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720128315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:28.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:28.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "cds",
  "timestamp": 1657720128688,
  "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-07-13T13:51:28.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bf1d3d4-b240-4674-b72b-3c41300150b1
2022-07-13T13:51:28.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf1d3d4-b240-4674-b72b-3c41300150b1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:28.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:28.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:28.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:28.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "policy-id",
  "timestamp": 1657720129248,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:51:28.999Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bf1d3d4-b240-4674-b72b-3c41300150b1
2022-07-13T13:51:28.999Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf1d3d4-b240-4674-b72b-3c41300150b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:29.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720129525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:29.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720130548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:51:29.012Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bf1d3d4-b240-4674-b72b-3c41300150b1
2022-07-13T13:51:29.013Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf1d3d4-b240-4674-b72b-3c41300150b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-13T13:51:29.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720131553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720124512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720133890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:29.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720133434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:29.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "clamp",
  "timestamp": 1657720134923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:51:29.024Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92c9295c-751a-4145-b698-abef923e08df
2022-07-13T13:51:29.024Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92c9295c-751a-4145-b698-abef923e08df and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720140920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:51:29.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:29.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "aai-ml",
  "timestamp": 1657720141923,
  "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-07-13T13:51:29.042Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6bf1d3d4-b240-4674-b72b-3c41300150b1
2022-07-13T13:51:29.042Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf1d3d4-b240-4674-b72b-3c41300150b1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:29.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720107761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720153861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720157882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:29.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:51:29.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:51:29.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "clamp",
  "timestamp": 1657720158947,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:51:29.053Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:29.054Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:29.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bf1d3d4-b240-4674-b72b-3c41300150b1
2022-07-13T13:51:29.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bf1d3d4-b240-4674-b72b-3c41300150b1 and ComponentName clamp
2022-07-13T13:51:29.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:29.056Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:51:29.158Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:51:29.159Z||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-07-13T13:51:29.159Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:29.173Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:29.174Z||pool-241-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:30.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:30.057Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:30.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:30.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:30.160Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:30.161Z||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-07-13T13:51:30.161Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:30.176Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:30.176Z||pool-242-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:31.060Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:31.061Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:31.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:31.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:31.164Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:31.165Z||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-07-13T13:51:31.165Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:31.180Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:31.180Z||pool-243-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:32.064Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:32.065Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:32.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:32.067Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:32.168Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:51:32.168Z||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-07-13T13:51:32.169Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:32.183Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:32.183Z||pool-244-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:33.068Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:33.069Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:33.071Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:33.071Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:33.172Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:33.172Z||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-07-13T13:51:33.173Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:33.187Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:33.187Z||pool-245-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:34.072Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:34.073Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:34.075Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:34.075Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:51:34.175Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:34.176Z||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-07-13T13:51:34.176Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:34.191Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:34.192Z||pool-246-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:51:35.075Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:51:35.076Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:35.078Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:35.078Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:51:35.179Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:35.180Z||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-07-13T13:51:35.180Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:35.194Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:35.194Z||pool-247-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:36.080Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "serviceName": "Demo_pNF_kqsnA13wjobYjMMnKyjo",
  "serviceVersion": "1.0",
  "serviceUUID": "8972efbf-feec-43a1-a9fb-c08de1f01e94",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "23210100-57eb-461d-8930-e5703949183c",
  "resources": [
    {
      "resourceInstanceName": "pNF 1e81cde4-8593 0",
      "resourceCustomizationUUID": "e33fc539-e2fc-473b-bd80-e69d5e29dac5",
      "resourceName": "pNF 1e81cde4-8593",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "007142c2-8768-4688-be32-d7ec75a1b747",
      "resourceInvariantUUID": "89079b63-3ee3-4598-867d-5dd7f58ebbf0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
      "artifactChecksum": "YmMwNDhiMDc2ODY3NWI3YTViMmFiNTBiNWNkNTgxYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d51810ad-84f9-45fd-9ebd-2adee3cebedc"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:51:36.080Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:51:36.080Z|9eb81505-290d-4c1b-aee3-59829d19c5cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8972efbf-feec-43a1-a9fb-c08de1f01e94 ASDC
2022-07-13T13:51:36.081Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9086e77a-f414-4c82-a647-5b9230c5b3f9
ServiceName:Demo_pNF_kqsnA13wjobYjMMnKyjo
ServiceVersion:1.0
ServiceUUID:8972efbf-feec-43a1-a9fb-c08de1f01e94
ServiceInvariantUUID:23210100-57eb-461d-8930-e5703949183c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
ArtifactUUID:d51810ad-84f9-45fd-9ebd-2adee3cebedc
ArtifactChecksum:YmMwNDhiMDc2ODY3NWI3YTViMmFiNTBiNWNkNTgxYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1e81cde4-8593 0
ResourceCustomizationUUID:e33fc539-e2fc-473b-bd80-e69d5e29dac5
ResourceInvariantUUID:89079b63-3ee3-4598-867d-5dd7f58ebbf0
ResourceName:pNF 1e81cde4-8593
ResourceType:PNF
ResourceUUID:007142c2-8768-4688-be32-d7ec75a1b747
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T13:51:36.081Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8972efbf-feec-43a1-a9fb-c08de1f01e94 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:51:36.117Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:51:36.118Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:51:36.118Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:51:36.118Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Trying to download the artifact UUID: d51810ad-84f9-45fd-9ebd-2adee3cebedc from URL: /sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:36.118Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:51:36.119Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:37.569Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:51:37.573Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar d51810ad-84f9-45fd-9ebd-2adee3cebedc 86693
2022-07-13T13:51:37.573Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar ASDC sendASDCNotification
2022-07-13T13:51:37.574Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:37.574Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:51:37.574Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:37.576Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:37.576Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720297573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:51:37.676Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:37.677Z||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-07-13T13:51:37.677Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:37.691Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:37.692Z||pool-248-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:51:38.576Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:51:38.577Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:51:38.578Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Trying to write artifact UUID: d51810ad-84f9-45fd-9ebd-2adee3cebedc, URL: /sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar to file: /app/ASDC/1/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:38.578Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:38.579Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:38.579Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:38.832Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10992463719456424248/Definitions/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml
2022-07-13T13:51:39.667Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|WARN|500||####################################################################################################
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1e81cde4-8593 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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?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-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.668Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|WARN|500||####################################################################################################
2022-07-13T13:51:39.669Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.669Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.669Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Node template pNF 1e81cde4-8593 0 is matching search criteria
2022-07-13T13:51:39.669Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:51:39.669Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found topology templates [pNF 1e81cde4-8593 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Node template pNF 1e81cde4-8593 0 is matching search criteria
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found topology templates [pNF 1e81cde4-8593 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.670Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.671Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_kqsnA13wjobYjMMnKyjo
Description:catalog service description
Model UUID:8972efbf-feec-43a1-a9fb-c08de1f01e94
Model Version:NULL
Model InvariantUuid:23210100-57eb-461d-8930-e5703949183c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:51:39.677Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 007142c2-8768-4688-be32-d7ec75a1b747
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:51:39.680Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||pNF 1e81cde4-8593 0
2022-07-13T13:51:39.680Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 007142c2-8768-4688-be32-d7ec75a1b747
2022-07-13T13:51:39.680Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||No resources found for Service: 8972efbf-feec-43a1-a9fb-c08de1f01e94
2022-07-13T13:51:39.680Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Preparing to deploy Service: 8972efbf-feec-43a1-a9fb-c08de1f01e94
2022-07-13T13:51:39.680Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1e81cde4-8593 0 007142c2-8768-4688-be32-d7ec75a1b747 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:51:39.684Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@638331d0, org.onap.sdc.toscaparser.api.parameters.Input@4005fb15, org.onap.sdc.toscaparser.api.parameters.Input@4c4a2d98, org.onap.sdc.toscaparser.api.parameters.Input@243d258d, org.onap.sdc.toscaparser.api.parameters.Input@5eca8d6b]
2022-07-13T13:51:39.685Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.685Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.685Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500|| resourceSeq for service uuid 8972efbf-feec-43a1-a9fb-c08de1f01e94: pNF 1e81cde4-8593
2022-07-13T13:51:39.685Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Processing PNF resource: 007142c2-8768-4688-be32-d7ec75a1b747
2022-07-13T13:51:39.686Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:51:39.686Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Service Demo_pNF_kqsnA13wjobYjMMnKyjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:51:39.686Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||Resource customization UUID: e33fc539-e2fc-473b-bd80-e69d5e29dac5 is the same as notified resource customizationUUID: e33fc539-e2fc-473b-bd80-e69d5e29dac5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T13:51:39.712Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1e81cde4-8593 007142c2-8768-4688-be32-d7ec75a1b747 0 ASDC deployResourceStructure
2022-07-13T13:51:39.713Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar ASDC sendASDCNotification
2022-07-13T13:51:39.713Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar
2022-07-13T13:51:39.713Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:51:39.713Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:51:39.715Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:51:39.715Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720299713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:51:39.815Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:51:39.816Z||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-07-13T13:51:39.816Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:51:39.831Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:51:39.831Z||pool-249-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:51:40.716Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:51:40.725Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:51:40.726Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:51:40.726Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:51:40.726Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:51:40.726Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:52:10.727Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:52:10.737Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:52:10.739Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:52:10.739Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:52:10.739Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:52:10.739Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:52:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:52:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:52:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:52:28.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:52:28.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:52:28.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb81505-290d-4c1b-aee3-59829d19c5cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720282584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:52:28.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:52:28.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:52:28.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:52:28.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:52:40.739Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:52:40.749Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:52:40.751Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:52:40.751Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:52:40.751Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:52:40.751Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:53:10.751Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:53:10.761Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:53:10.763Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:53:10.763Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:53:10.764Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:53:10.764Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:53:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:53:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:53:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:53:28.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:53:28.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:53:28.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:53:28.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:53:40.764Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:53:40.776Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:53:40.777Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:53:40.777Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:53:40.777Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:53:40.777Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:54:10.778Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:54:10.786Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:54:10.787Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:54:10.787Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:54:10.788Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:54:10.788Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:54:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:54:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:54:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:54:29.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:54:29.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/resourceInstances/pnf1e81cde485930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:54:29.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720297573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720299713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKqsna13wjobyjmmnkyjo/1.0/artifacts/service-DemoPnfKqsna13wjobyjmmnkyjo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:54:29.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:54:40.788Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:54:40.798Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:54:40.800Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:54:40.800Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:54:40.800Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:54:40.800Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:55:10.800Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:55:10.812Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:55:10.814Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:55:10.814Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:55:10.814Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:55:10.814Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:55:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:55:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:55:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:55:38.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:55:40.814Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:55:40.826Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:55:40.828Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:55:40.828Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:55:40.828Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:55:40.829Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:56:10.829Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:56:10.843Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:56:10.845Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:56:10.845Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:56:10.845Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:56:10.845Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:56:28.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:56:28.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:56:28.862Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:38.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:40.846Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T13:56:40.847Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T13:56:40.856Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9086e77a-f414-4c82-a647-5b9230c5b3f9 and serviceModelVersionId: 8972efbf-feec-43a1-a9fb-c08de1f01e94
2022-07-13T13:56:40.856Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23210100-57eb-461d-8930-e5703949183c
2022-07-13T13:56:40.858Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0
2022-07-13T13:56:40.868Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aa6375b-ea74-4e6e-bfed-7cddb964187e/model-vers/model-ver/9cc49d7a-99a0-4554-95f4-82d20cc0fb1a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T13:56:40.914Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Invoke
2022-07-13T13:56:40.914Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8793c5c6-e7f3-49aa-9817-e10ab1bbdeaf], X-ECOMP-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], X-TransactionId=[], X-ONAP-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], Content-Type=[application/merge-patch+json]}
2022-07-13T13:56:42.471Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Invoke
2022-07-13T13:56:42.471Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[812eefc0-12dc-4759-9be8-28a6d2722fd3], X-ECOMP-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], X-TransactionId=[], X-ONAP-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], Content-Type=[application/merge-patch+json]}
2022-07-13T13:56:44.009Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Invoke
2022-07-13T13:56:44.010Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88946928-376f-4db5-afe5-d587a8fc68b7], X-ECOMP-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], X-TransactionId=[], X-ONAP-RequestID=[9086e77a-f414-4c82-a647-5b9230c5b3f9], Content-Type=[application/merge-patch+json]}
2022-07-13T13:56:45.040Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:56:45.042Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-07-13T13:56:45.043Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:56:45.043Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-07-13T13:56:45.050Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-07-13T13:56:45.050Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9086e77a-f414-4c82-a647-5b9230c5b3f9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T13:56:45.051Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T13:56:45.051Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:45.055Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:45.055Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720605050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:56:45.155Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:45.156Z||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-07-13T13:56:45.156Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:45.171Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:45.172Z||pool-250-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-07-13T13:56:46.076Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||received message from topic
2022-07-13T13:56:46.076Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2ce5ba0d-51a8-41fa-b3d9-c0045b661a30","serviceName":"vFW 2022-07-13 13-37-42","serviceVersion":"1.0","serviceUUID":"e156ac6e-cf02-4266-9a84-5161bd2203a9","serviceDescription":"catalog service description","serviceInvariantUUID":"ffe58285-6e4f-494d-ac1d-25953aff4b5b","resources":[{"resourceInstanceName":"vFW 02059880-2354 0","resourceName":"vFW 02059880-2354","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7269b3a0-ba97-4b29-ba9b-3abf6abe341e","resourceInvariantUUID":"d8ece456-bc20-4711-abf3-7e3eca1263e5","resourceCustomizationUUID":"2323bb53-4ddb-4659-92f2-b8b705d528ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml","artifactChecksum":"MTc3NjFmNGFlYjgxZGUxMWNiYjA4Mjg4ZjQyMjY0MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0dfc04a-2aac-4ad1-9601-ef840a6ec9cf","artifactVersion":"1"},{"artifactName":"vfw0205988023540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json","artifactChecksum":"NDgyMjRmYWVkZTY5ZmQyYmM3YWU5ODg3ZWQ4ZWQzMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a6f95fe-df03-42e7-a87b-5cb3fe886ab6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"404db6a6-22bc-40e3-83e3-87a9ab37c154","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml","artifactChecksum":"OWQxZTQ0MmRkYzJiZGIyZjA3ZDkzMmE1ZDYxYjcxM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ebba1f5-6919-43c4-b484-3c84576133c8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dd72a9a1-03a5-4b70-87c0-ca3302c81799","artifactVersion":"2","generatedFromUUID":"404db6a6-22bc-40e3-83e3-87a9ab37c154"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220713133742-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml","artifactChecksum":"YzJiNTllNzg3Y2M2YTg5NTY5ODVjNDMxYWNjMDc4MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ace8806-c0e3-4a1b-a37e-9fab46528c89","artifactVersion":"1"},{"artifactName":"service-Vfw20220713133742-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar","artifactChecksum":"MTc5ZDI2NWFkMDNkMTIwNzdkMTAxMzE2NDA2NTYyNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f39787db-418e-4c56-ac8f-073d86ce5229","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T13:56:46.077Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:46.077Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:46.080Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:46.080Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:56:46.180Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:46.181Z||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-07-13T13:56:46.181Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:46.202Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:46.203Z||pool-251-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:56:47.080Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:47.081Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:47.083Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:47.083Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:56:47.183Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:47.184Z||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-07-13T13:56:47.184Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:47.210Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:47.210Z||pool-252-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:56:48.084Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:48.084Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:48.087Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:48.087Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:56:48.187Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:48.188Z||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-07-13T13:56:48.188Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:48.203Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:48.203Z||pool-253-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:56:49.087Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:49.088Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:49.090Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:49.090Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:56:49.191Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:56:49.191Z||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-07-13T13:56:49.192Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:49.206Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:49.206Z||pool-254-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:56:50.091Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:50.092Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:50.094Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:50.094Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:56:50.194Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:50.194Z||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-07-13T13:56:50.195Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:50.213Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:50.213Z||pool-255-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:56:51.096Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:51.101Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:51.104Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:51.104Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:56:51.204Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:51.205Z||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-07-13T13:56:51.205Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:51.220Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:51.220Z||pool-256-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:56:52.105Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T13:56:52.105Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:52.107Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:52.107Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:56:52.207Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:52.208Z||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-07-13T13:56:52.208Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:52.224Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:52.225Z||pool-257-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:56:53.109Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "serviceName": "vFW 2022-07-13 13-37-42",
  "serviceVersion": "1.0",
  "serviceUUID": "e156ac6e-cf02-4266-9a84-5161bd2203a9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ffe58285-6e4f-494d-ac1d-25953aff4b5b",
  "resources": [
    {
      "resourceInstanceName": "vFW 02059880-2354 0",
      "resourceCustomizationUUID": "2323bb53-4ddb-4659-92f2-b8b705d528ad",
      "resourceName": "vFW 02059880-2354",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7269b3a0-ba97-4b29-ba9b-3abf6abe341e",
      "resourceInvariantUUID": "d8ece456-bc20-4711-abf3-7e3eca1263e5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0205988023540_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
          "artifactChecksum": "NDgyMjRmYWVkZTY5ZmQyYmM3YWU5ODg3ZWQ4ZWQzMzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a6f95fe-df03-42e7-a87b-5cb3fe886ab6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "404db6a6-22bc-40e3-83e3-87a9ab37c154",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dd72a9a1-03a5-4b70-87c0-ca3302c81799",
            "generatedFromUUID": "404db6a6-22bc-40e3-83e3-87a9ab37c154"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dd72a9a1-03a5-4b70-87c0-ca3302c81799",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220713133742-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
      "artifactChecksum": "MTc5ZDI2NWFkMDNkMTIwNzdkMTAxMzE2NDA2NTYyNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f39787db-418e-4c56-ac8f-073d86ce5229"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T13:56:53.109Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T13:56:53.109Z|9086e77a-f414-4c82-a647-5b9230c5b3f9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e156ac6e-cf02-4266-9a84-5161bd2203a9 ASDC
2022-07-13T13:56:53.110Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
ServiceName:vFW 2022-07-13 13-37-42
ServiceVersion:1.0
ServiceUUID:e156ac6e-cf02-4266-9a84-5161bd2203a9
ServiceInvariantUUID:ffe58285-6e4f-494d-ac1d-25953aff4b5b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220713133742-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar
ArtifactUUID:f39787db-418e-4c56-ac8f-073d86ce5229
ArtifactChecksum:MTc5ZDI2NWFkMDNkMTIwNzdkMTAxMzE2NDA2NTYyNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 02059880-2354 0
ResourceCustomizationUUID:2323bb53-4ddb-4659-92f2-b8b705d528ad
ResourceInvariantUUID:d8ece456-bc20-4711-abf3-7e3eca1263e5
ResourceName:vFW 02059880-2354
ResourceType:VF
ResourceUUID:7269b3a0-ba97-4b29-ba9b-3abf6abe341e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0205988023540_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json
ArtifactUUID:0a6f95fe-df03-42e7-a87b-5cb3fe886ab6
ArtifactChecksum:NDgyMjRmYWVkZTY5ZmQyYmM3YWU5ODg3ZWQ4ZWQzMzk=
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/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml
ArtifactUUID:404db6a6-22bc-40e3-83e3-87a9ab37c154
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/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env
ArtifactUUID:dd72a9a1-03a5-4b70-87c0-ca3302c81799
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/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env
ArtifactUUID:dd72a9a1-03a5-4b70-87c0-ca3302c81799
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T13:56:53.110Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e156ac6e-cf02-4266-9a84-5161bd2203a9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T13:56:53.140Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:56:53.141Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:56:53.141Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:56:53.141Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Trying to download the artifact UUID: f39787db-418e-4c56-ac8f-073d86ce5229 from URL: /sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:53.141Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:56:53.142Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:54.335Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:56:54.342Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar f39787db-418e-4c56-ac8f-073d86ce5229 103086
2022-07-13T13:56:54.342Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar ASDC sendASDCNotification
2022-07-13T13:56:54.342Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:54.342Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:56:54.342Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:54.344Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:54.344Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720614342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:56:54.445Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:56:54.445Z||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-07-13T13:56:54.446Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:54.460Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:54.461Z||pool-258-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:56:55.345Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T13:56:55.346Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||MSO config path is: /app
2022-07-13T13:56:55.346Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Trying to write artifact UUID: f39787db-418e-4c56-ac8f-073d86ce5229, URL: /sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar to file: /app/ASDC/1/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:55.347Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220713133742-csar.csar
2022-07-13T13:56:55.347Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:55.347Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:55.635Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11690320884761512977/Definitions/service-Vfw20220713133742-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-13T13:56:57.590Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|WARN|500||####################################################################################################
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.591Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 02059880-2354 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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?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-Vfw20220713133742-csar.csar
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|WARN|500||####################################################################################################
2022-07-13T13:56:57.592Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.593Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.593Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:56:57.593Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:56:57.594Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:56:57.594Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.594Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.594Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:56:57.594Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T13:56:57.594Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T13:56:57.595Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.595Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.595Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.595Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:56:57.595Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:56:57.595Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:56:57.596Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.597Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:56:57.598Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.598Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:56:57.598Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:56:57.598Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.598Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:56:57.598Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:56:57.599Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.599Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:56:57.599Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:56:57.599Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.599Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:56:57.599Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:56:57.600Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9e26c6cc-7897-417e-a5ff-0332e82e3a54
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:56:57.601Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:56:57.602Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bae82f7-296d-4acd-9cec-b2e81c8e385c
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:56:57.603Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:56:57.604Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25731971-54c3-47cf-8aad-7cac732d9d3a
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.605Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:56:57.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:56:57.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-13 13-37-42
Description:catalog service description
Model UUID:e156ac6e-cf02-4266-9a84-5161bd2203a9
Model Version:NULL
Model InvariantUuid:ffe58285-6e4f-494d-ac1d-25953aff4b5b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 02059880-2354
Model UUID:7cf12e31-487f-4bc6-bc4f-1666f05d3f9b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d8ece456-bc20-4711-abf3-7e3eca1263e5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2323bb53-4ddb-4659-92f2-b8b705d528ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b477cddb-9386-4701-bb98-a80d51490e77
ModelName:Vfw020598802354..base_vfw..module-0
ModelUuid:88a07096-94c5-4ab2-9ffb-a49a35958108
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9e26c6cc-7897-417e-a5ff-0332e82e3a54
ModelInvariantUuid:8e6aedbe-2ef5-4712-a2ac-beeaf17e922e
ModelName:vFW 02059880-2354-nodes.vfwCvfc
ModelUuid:ecd74c56-9b76-46cf-9233-344107d58401
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:238b8c6d-f2d6-460f-9bdd-c00e7d6f117e
ModelInvariantUuid:8c6f89b3-a703-46da-a2e8-fb28cf358f6e
ModelName:Vfw020598802354.compute.nodes.heat.vfw
ModelUuid:1814d282-93ed-4889-9ca6-b25b5232cb07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3bae82f7-296d-4acd-9cec-b2e81c8e385c
ModelInvariantUuid:38c0d394-7652-457e-adf4-dbf4c4334476
ModelName:vFW 02059880-2354-nodes.vsnCvfc
ModelUuid:b7332cc2-29ca-4a03-8596-a2ab63e684d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c099ca76-43b5-437f-b8d9-039f62e4ea56
ModelInvariantUuid:69eedb2f-9d82-4a46-b860-0bcc4492dbd1
ModelName:Vfw020598802354.compute.nodes.heat.vsn
ModelUuid:fee7195f-2684-426c-a40f-ebafe2525518
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:25731971-54c3-47cf-8aad-7cac732d9d3a
ModelInvariantUuid:f9772883-5172-49bd-b8ad-7e100e92c0f5
ModelName:vFW 02059880-2354-nodes.vpgCvfc
ModelUuid:7411ea21-828c-4f60-9661-345c50f8f890
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2b299054-90bb-43d7-b75f-bed0e524cc96
ModelInvariantUuid:07e16fc9-8192-46d3-a1d9-216c027805f1
ModelName:Vfw020598802354.compute.nodes.heat.vpg
ModelUuid:6c4675cb-b39f-48f3-bcc0-227290bd456c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T13:56:57.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7269b3a0-ba97-4b29-ba9b-3abf6abe341e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:56:57.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||vFW 02059880-2354 0
2022-07-13T13:56:57.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7269b3a0-ba97-4b29-ba9b-3abf6abe341e
2022-07-13T13:56:57.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Trying to download the artifact UUID: 0a6f95fe-df03-42e7-a87b-5cb3fe886ab6 from URL: /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json
2022-07-13T13:56:57.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:56:57.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json
2022-07-13T13:56:58.208Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:56:58.208Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json 0a6f95fe-df03-42e7-a87b-5cb3fe886ab6 785
2022-07-13T13:56:58.209Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json ASDC sendASDCNotification
2022-07-13T13:56:58.209Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json
2022-07-13T13:56:58.209Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:56:58.209Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:58.211Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:58.211Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720618209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:56:58.311Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T13:56:58.312Z||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-07-13T13:56:58.312Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:58.325Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:58.325Z||pool-259-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:56:59.212Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw020598802354..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b477cddb-9386-4701-bb98-a80d51490e77",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88a07096-94c5-4ab2-9ffb-a49a35958108",
    "vfModuleModelCustomizationUUID": "857848a2-4faf-4c92-bd3b-99e3f7e6fb5f",
    "isBase": true,
    "artifacts": [
      "404db6a6-22bc-40e3-83e3-87a9ab37c154",
      "dd72a9a1-03a5-4b70-87c0-ca3302c81799"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:56:59.219Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw020598802354..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88a07096-94c5-4ab2-9ffb-a49a35958108
VfModuleModelInvariantUUID:b477cddb-9386-4701-bb98-a80d51490e77
VfModuleModelDescription:NULL
Artifacts UUID List:{
404db6a6-22bc-40e3-83e3-87a9ab37c154
,
dd72a9a1-03a5-4b70-87c0-ca3302c81799

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

isBase:true


}

2022-07-13T13:56:59.222Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw020598802354..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b477cddb-9386-4701-bb98-a80d51490e77",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88a07096-94c5-4ab2-9ffb-a49a35958108",
    "vfModuleModelCustomizationUUID": "857848a2-4faf-4c92-bd3b-99e3f7e6fb5f",
    "isBase": true,
    "artifacts": [
      "404db6a6-22bc-40e3-83e3-87a9ab37c154",
      "dd72a9a1-03a5-4b70-87c0-ca3302c81799"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T13:56:59.222Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw020598802354..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88a07096-94c5-4ab2-9ffb-a49a35958108
VfModuleModelInvariantUUID:b477cddb-9386-4701-bb98-a80d51490e77
VfModuleModelDescription:NULL
Artifacts UUID List:{
404db6a6-22bc-40e3-83e3-87a9ab37c154
,
dd72a9a1-03a5-4b70-87c0-ca3302c81799

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

isBase:true


}

2022-07-13T13:56:59.222Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Trying to download the artifact UUID: 404db6a6-22bc-40e3-83e3-87a9ab37c154 from URL: /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml
2022-07-13T13:56:59.222Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:56:59.223Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml
2022-07-13T13:56:59.861Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:56:59.862Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml 404db6a6-22bc-40e3-83e3-87a9ab37c154 20368
2022-07-13T13:56:59.862Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:56:59.862Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml
2022-07-13T13:56:59.863Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:56:59.863Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:56:59.865Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:56:59.865Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720619862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:56:59.965Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:56:59.966Z||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-07-13T13:56:59.966Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:56:59.986Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:56:59.987Z||pool-260-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:57:00.866Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Trying to download the artifact UUID: dd72a9a1-03a5-4b70-87c0-ca3302c81799 from URL: /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env
2022-07-13T13:57:00.866Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - download
2022-07-13T13:57:00.867Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env
2022-07-13T13:57:01.403Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T13:57:01.404Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env dd72a9a1-03a5-4b70-87c0-ca3302c81799 2098
2022-07-13T13:57:01.404Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:57:01.404Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env
2022-07-13T13:57:01.405Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T13:57:01.405Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:57:01.407Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:57:01.407Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720621404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:01.508Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:57:01.510Z||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-07-13T13:57:01.510Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:57:01.526Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:57:01.527Z||pool-261-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:57:02.408Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Preparing to deploy Service: e156ac6e-cf02-4266-9a84-5161bd2203a9
2022-07-13T13:57:02.410Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 02059880-2354 0 7269b3a0-ba97-4b29-ba9b-3abf6abe341e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:57:02.565Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@314b3213, org.onap.sdc.toscaparser.api.parameters.Input@28b36c04, org.onap.sdc.toscaparser.api.parameters.Input@52d88810, org.onap.sdc.toscaparser.api.parameters.Input@d9710a6, org.onap.sdc.toscaparser.api.parameters.Input@652460ad]
2022-07-13T13:57:02.566Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.566Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.566Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T13:57:02.566Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||VFCustomizationUUID= 2323bb53-4ddb-4659-92f2-b8b705d528ad
2022-07-13T13:57:02.566Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2323bb53-4ddb-4659-92f2-b8b705d528ad matches Tosca VF Customization UUID: 2323bb53-4ddb-4659-92f2-b8b705d528ad
2022-07-13T13:57:02.566Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||vfCustomizationUUID: 2323bb53-4ddb-4659-92f2-b8b705d528ad  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T13:57:02.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.606Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.607Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||resource request for resource customization id 2323bb53-4ddb-4659-92f2-b8b705d528ad: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-13T13:57:02.607Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75ed530e
2022-07-13T13:57:02.607Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.607Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-13T13:57:02.607Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 857848a2-4faf-4c92-bd3b-99e3f7e6fb5f
2022-07-13T13:57:02.608Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 857848a2-4faf-4c92-bd3b-99e3f7e6fb5f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T13:57:02.610Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.610Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:57:02.610Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:57:02.611Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.611Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:57:02.611Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:57:02.611Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.611Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:57:02.611Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:57:02.612Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:57:02.613Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:57:02.613Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:57:02.613Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.613Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9e26c6cc-7897-417e-a5ff-0332e82e3a54
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:57:02.615Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.615Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:57:02.615Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:57:02.615Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:57:02.616Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.617Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bae82f7-296d-4acd-9cec-b2e81c8e385c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:57:02.619Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.619Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:57:02.619Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:57:02.619Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.619Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is not matching search criteria
2022-07-13T13:57:02.619Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-13T13:57:02.620Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-07-13T13:57:02.621Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-13T13:57:02.621Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-13T13:57:02.621Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-13T13:57:02.621Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25731971-54c3-47cf-8aad-7cac732d9d3a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T13:57:02.623Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.623Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:57:02.623Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T13:57:02.623Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.623Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Node template vFW 02059880-2354 0 is matching search criteria
2022-07-13T13:57:02.623Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found topology templates [vFW 02059880-2354 0] matching following query criteria: sdcType=VF, customizationUUID=2323bb53-4ddb-4659-92f2-b8b705d528ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500|| resourceSeq for service uuid e156ac6e-cf02-4266-9a84-5161bd2203a9: vFW 02059880-2354
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.625Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.626Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.626Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.626Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.626Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T13:57:02.626Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Service vFW 2022-07-13 13-37-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T13:57:02.626Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||Saving Service: vFW 2022-07-13 13-37-42 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:57:02.781Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 02059880-2354 7269b3a0-ba97-4b29-ba9b-3abf6abe341e 1 ASDC deployResourceStructure
2022-07-13T13:57:02.781Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json ASDC sendASDCNotification
2022-07-13T13:57:02.781Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json
2022-07-13T13:57:02.782Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:57:02.782Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:57:02.785Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:57:02.785Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720622781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:02.885Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:57:02.886Z||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-07-13T13:57:02.886Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:57:02.898Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:57:02.899Z||pool-262-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-13T13:57:03.785Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-13T13:57:03.786Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml
2022-07-13T13:57:03.786Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:57:03.786Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:57:03.787Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:57:03.788Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720623785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:03.888Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:57:03.889Z||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-07-13T13:57:03.889Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:57:03.905Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:57:03.905Z||pool-263-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:57:04.788Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-13T13:57:04.789Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env
2022-07-13T13:57:04.789Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:57:04.790Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:57:04.791Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:57:04.791Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720624788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:04.892Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T13:57:04.892Z||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-07-13T13:57:04.892Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:57:04.907Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:57:04.907Z||pool-264-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:57:05.792Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar ASDC sendASDCNotification
2022-07-13T13:57:05.792Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar
2022-07-13T13:57:05.792Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T13:57:05.793Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T13:57:05.794Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T13:57:05.794Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720625792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:05.895Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T13:57:05.896Z||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-07-13T13:57:05.896Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:57:05.923Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:57:05.923Z||pool-265-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-13T13:57:06.795Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:57:06.802Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:57:06.804Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:57:06.804Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:57:06.805Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:57:06.805Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:57:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:57:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:57:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:57:29.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:57:29.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9086e77a-f414-4c82-a647-5b9230c5b3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720605050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T13:57:29.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720614342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720618209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720619862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720621404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720622781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/vfw0205988023540_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720623785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720624788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/resourceInstances/vfw0205988023540/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720625792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220713133742/1.0/artifacts/service-Vfw20220713133742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720628794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720641436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "cds",
  "timestamp": 1657720642443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:57:29.535Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 246e4391-e7d7-4416-be87-486794188d68
2022-07-13T13:57:29.536Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246e4391-e7d7-4416-be87-486794188d68 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:57:29.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720634512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720643869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720637493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657720637681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720637803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:57:29.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720646537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720647556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:29.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720647433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720648489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:57:29.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:57:29.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:57:29.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657720648559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:57:29.558Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 246e4391-e7d7-4416-be87-486794188d68
2022-07-13T13:57:29.558Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246e4391-e7d7-4416-be87-486794188d68 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:57:36.805Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:57:36.816Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:57:36.817Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:57:36.818Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:57:36.818Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:57:36.818Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:58:06.818Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:58:06.826Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:58:06.829Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:58:06.829Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:58:06.829Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:58:06.829Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:58:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:58:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:58:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:58:28.990Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:58:28.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:58:28.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:58:28.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:58:36.830Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:58:36.839Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:58:36.840Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:58:36.841Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:58:36.841Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:58:36.841Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:59:06.841Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:59:06.850Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:59:06.852Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:59:06.852Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:59:06.852Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:59:06.852Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T13:59:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T13:59:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T13:59:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T13:59:29.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T13:59:29.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "policy-id",
  "timestamp": 1657720649510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:59:29.394Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 246e4391-e7d7-4416-be87-486794188d68
2022-07-13T13:59:29.394Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246e4391-e7d7-4416-be87-486794188d68 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:59:29.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:59:29.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:59:29.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720650360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-13T13:59:29.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:59:29.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:59:29.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:59:29.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "aai-ml",
  "timestamp": 1657720651364,
  "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-07-13T13:59:29.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 246e4391-e7d7-4416-be87-486794188d68
2022-07-13T13:59:29.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246e4391-e7d7-4416-be87-486794188d68 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:59:29.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:59:29.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:59:29.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720647768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T13:59:29.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720670997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720672177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T13:59:29.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "clamp",
  "timestamp": 1657720673210,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-13T13:59:29.422Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 246e4391-e7d7-4416-be87-486794188d68
2022-07-13T13:59:29.422Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 246e4391-e7d7-4416-be87-486794188d68 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-13T13:59:36.852Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:59:36.863Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T13:59:36.865Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T13:59:36.865Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T13:59:36.865Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T13:59:36.865Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:00:06.866Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:00:06.876Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:00:06.878Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:00:06.878Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:00:06.878Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:00:06.878Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:00:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:00:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:00:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:00:36.878Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:00:36.888Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:00:36.890Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:00:36.890Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:00:36.890Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:00:36.890Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:00:38.435Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:01:06.890Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:01:06.898Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:01:06.899Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:01:06.899Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:01:06.899Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:01:06.899Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:01:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:01:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:01:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:01:36.900Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:01:36.912Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:01:36.915Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:01:36.915Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:01:36.915Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:01:36.915Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:01:38.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:06.915Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T14:02:06.916Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T14:02:06.923Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and serviceModelVersionId: e156ac6e-cf02-4266-9a84-5161bd2203a9
2022-07-13T14:02:06.924Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffe58285-6e4f-494d-ac1d-25953aff4b5b
2022-07-13T14:02:06.925Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0
2022-07-13T14:02:06.929Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T14:02:06.977Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23210100-57eb-461d-8930-e5703949183c/model-vers/model-ver/8972efbf-feec-43a1-a9fb-c08de1f01e94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:02:06.978Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Invoke
2022-07-13T14:02:08.518Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:02:08.519Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Invoke
2022-07-13T14:02:10.049Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:02:10.050Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Invoke
2022-07-13T14:02:11.088Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:02:11.089Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-07-13T14:02:11.089Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:02:11.090Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-07-13T14:02:11.095Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-07-13T14:02:11.095Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ce5ba0d-51a8-41fa-b3d9-c0045b661a30 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:02:11.096Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T14:02:11.096Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:11.099Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:11.099Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720931095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:02:11.199Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:11.200Z||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-07-13T14:02:11.201Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:11.222Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:11.222Z||pool-266-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:02:12.113Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||received message from topic
2022-07-13T14:02:12.114Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"47d4a5c3-b27f-499e-92c3-de9f31aa10da","serviceName":"Demo_pNF_izRzVFjQbKaW9Yw87Lcp","serviceVersion":"1.0","serviceUUID":"55e852b2-b69e-4f7e-b694-ca274d2e5b3f","serviceDescription":"catalog service description","serviceInvariantUUID":"ee1f8f8a-bb17-4991-8503-393ba1986e6e","resources":[{"resourceInstanceName":"pNF 498d01f4-f4c3 0","resourceName":"pNF 498d01f4-f4c3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2eda93-30be-4b14-8a8a-4565aa65ac6c","resourceInvariantUUID":"913fee9c-b299-49f4-939b-6c2d46780dc4","resourceCustomizationUUID":"c880ee97-9c80-41ea-a6d4-7880ce233b76","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml","artifactChecksum":"NzE3NDEyMmEyZDAzZjlmNGE1M2EwZWZmMDE0MTlhNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"faed7768-b519-4afd-be5e-6a4ca6a6aba2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8b73658-f44c-4103-97af-49aa9167921d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de4995b6-30b7-4a47-b34e-894970d8aaff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml","artifactChecksum":"ZTllZGRjMzYzNzAzZGFiNTQ3NjQ5YWViMjdlMzJmNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da68404c-6f55-409c-850c-3d54c8a857eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c2b1710-4f1d-4c07-b6de-c2bbff83fd17","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8965ad07-9acf-4a29-a31a-0f1c1438c1e5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml","artifactChecksum":"MWRkMGRmOTIxZDg2NzI1MDYwNWYzYmFhOTc0ZjMxYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7988600f-3c9f-463c-b4ad-c98453ebd765","artifactVersion":"1"},{"artifactName":"service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar","artifactChecksum":"NjE1NDRhNzU0MGM5MzI4ZGQzMTdiYWMyZTAyZDA2Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b59bd0a8-c2b0-4480-bce3-ccf5a71e7293","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T14:02:12.114Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:12.115Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:12.116Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:12.116Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:12.216Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:02:12.217Z||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-07-13T14:02:12.217Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:12.231Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:12.231Z||pool-267-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:13.117Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:13.117Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:13.119Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:13.119Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:13.219Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:02:13.220Z||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-07-13T14:02:13.220Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:13.235Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:13.235Z||pool-268-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:14.120Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:14.121Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:14.123Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:14.123Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:14.223Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:14.224Z||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-07-13T14:02:14.224Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:14.239Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:14.239Z||pool-269-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:15.124Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:15.125Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:15.127Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:15.128Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:15.228Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:15.228Z||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-07-13T14:02:15.229Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:15.244Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:15.244Z||pool-270-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:16.128Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:16.129Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:16.130Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:16.130Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:16.231Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T14:02:16.232Z||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-07-13T14:02:16.232Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:16.247Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:16.247Z||pool-271-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:17.131Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:17.132Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:17.134Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:17.134Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:17.234Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:17.235Z||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-07-13T14:02:17.235Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:17.250Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:17.251Z||pool-272-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:02:18.135Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:18.135Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:18.137Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:18.137Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:18.237Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:18.238Z||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-07-13T14:02:18.238Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:18.253Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:18.254Z||pool-273-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:19.138Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:02:19.139Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:19.140Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:19.141Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:02:19.241Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:19.242Z||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-07-13T14:02:19.242Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:19.258Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:19.258Z||pool-274-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:20.142Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "serviceName": "Demo_pNF_izRzVFjQbKaW9Yw87Lcp",
  "serviceVersion": "1.0",
  "serviceUUID": "55e852b2-b69e-4f7e-b694-ca274d2e5b3f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ee1f8f8a-bb17-4991-8503-393ba1986e6e",
  "resources": [
    {
      "resourceInstanceName": "pNF 498d01f4-f4c3 0",
      "resourceCustomizationUUID": "c880ee97-9c80-41ea-a6d4-7880ce233b76",
      "resourceName": "pNF 498d01f4-f4c3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2eda93-30be-4b14-8a8a-4565aa65ac6c",
      "resourceInvariantUUID": "913fee9c-b299-49f4-939b-6c2d46780dc4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
      "artifactChecksum": "NjE1NDRhNzU0MGM5MzI4ZGQzMTdiYWMyZTAyZDA2Yjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b59bd0a8-c2b0-4480-bce3-ccf5a71e7293"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T14:02:20.142Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T14:02:20.142Z|2ce5ba0d-51a8-41fa-b3d9-c0045b661a30|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 55e852b2-b69e-4f7e-b694-ca274d2e5b3f ASDC
2022-07-13T14:02:20.143Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||ASDC Notification:
DistributionID:47d4a5c3-b27f-499e-92c3-de9f31aa10da
ServiceName:Demo_pNF_izRzVFjQbKaW9Yw87Lcp
ServiceVersion:1.0
ServiceUUID:55e852b2-b69e-4f7e-b694-ca274d2e5b3f
ServiceInvariantUUID:ee1f8f8a-bb17-4991-8503-393ba1986e6e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
ArtifactUUID:b59bd0a8-c2b0-4480-bce3-ccf5a71e7293
ArtifactChecksum:NjE1NDRhNzU0MGM5MzI4ZGQzMTdiYWMyZTAyZDA2Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 498d01f4-f4c3 0
ResourceCustomizationUUID:c880ee97-9c80-41ea-a6d4-7880ce233b76
ResourceInvariantUUID:913fee9c-b299-49f4-939b-6c2d46780dc4
ResourceName:pNF 498d01f4-f4c3
ResourceType:PNF
ResourceUUID:cb2eda93-30be-4b14-8a8a-4565aa65ac6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T14:02:20.143Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55e852b2-b69e-4f7e-b694-ca274d2e5b3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:02:20.170Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:02:20.171Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:02:20.171Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:02:20.171Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Trying to download the artifact UUID: b59bd0a8-c2b0-4480-bce3-ccf5a71e7293 from URL: /sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:20.171Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:02:20.172Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:21.513Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:02:21.516Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar b59bd0a8-c2b0-4480-bce3-ccf5a71e7293 86708
2022-07-13T14:02:21.516Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar ASDC sendASDCNotification
2022-07-13T14:02:21.516Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:21.516Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:02:21.517Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:21.518Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:21.518Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720941516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:02:21.618Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:21.619Z||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-07-13T14:02:21.619Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:21.632Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:21.632Z||pool-275-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:02:22.519Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:02:22.520Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:02:22.520Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Trying to write artifact UUID: b59bd0a8-c2b0-4480-bce3-ccf5a71e7293, URL: /sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar to file: /app/ASDC/1/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:22.520Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:22.521Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:22.521Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:22.657Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4114810348704620549/Definitions/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml
2022-07-13T14:02:23.391Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T14:02:23.391Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|WARN|500||####################################################################################################
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 498d01f4-f4c3 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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?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-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.392Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|WARN|500||####################################################################################################
2022-07-13T14:02:23.393Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.393Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.393Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Node template pNF 498d01f4-f4c3 0 is matching search criteria
2022-07-13T14:02:23.393Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found topology templates [pNF 498d01f4-f4c3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Node template pNF 498d01f4-f4c3 0 is matching search criteria
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found topology templates [pNF 498d01f4-f4c3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:02:23.394Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.395Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.396Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.396Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_izRzVFjQbKaW9Yw87Lcp
Description:catalog service description
Model UUID:55e852b2-b69e-4f7e-b694-ca274d2e5b3f
Model Version:NULL
Model InvariantUuid:ee1f8f8a-bb17-4991-8503-393ba1986e6e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T14:02:23.402Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: cb2eda93-30be-4b14-8a8a-4565aa65ac6c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:02:23.405Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||pNF 498d01f4-f4c3 0
2022-07-13T14:02:23.406Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: cb2eda93-30be-4b14-8a8a-4565aa65ac6c
2022-07-13T14:02:23.406Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||No resources found for Service: 55e852b2-b69e-4f7e-b694-ca274d2e5b3f
2022-07-13T14:02:23.406Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Preparing to deploy Service: 55e852b2-b69e-4f7e-b694-ca274d2e5b3f
2022-07-13T14:02:23.406Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 498d01f4-f4c3 0 cb2eda93-30be-4b14-8a8a-4565aa65ac6c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:02:23.411Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@106bb55b, org.onap.sdc.toscaparser.api.parameters.Input@b57169, org.onap.sdc.toscaparser.api.parameters.Input@74f5bf61, org.onap.sdc.toscaparser.api.parameters.Input@66aa16fe, org.onap.sdc.toscaparser.api.parameters.Input@2b26b61d]
2022-07-13T14:02:23.411Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.411Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.411Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500|| resourceSeq for service uuid 55e852b2-b69e-4f7e-b694-ca274d2e5b3f: pNF 498d01f4-f4c3
2022-07-13T14:02:23.411Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Processing PNF resource: cb2eda93-30be-4b14-8a8a-4565aa65ac6c
2022-07-13T14:02:23.412Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:02:23.412Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Service Demo_pNF_izRzVFjQbKaW9Yw87Lcp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:02:23.412Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||Resource customization UUID: c880ee97-9c80-41ea-a6d4-7880ce233b76 is the same as notified resource customizationUUID: c880ee97-9c80-41ea-a6d4-7880ce233b76
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T14:02:23.445Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 498d01f4-f4c3 cb2eda93-30be-4b14-8a8a-4565aa65ac6c 0 ASDC deployResourceStructure
2022-07-13T14:02:23.446Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar ASDC sendASDCNotification
2022-07-13T14:02:23.446Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar
2022-07-13T14:02:23.446Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:02:23.447Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:02:23.449Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:02:23.450Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720943446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:02:23.550Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:02:23.550Z||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-07-13T14:02:23.550Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:23.567Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:23.567Z||pool-276-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:02:24.451Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:02:24.464Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:02:24.467Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:02:24.467Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:02:24.467Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:02:24.467Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:02:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:02:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:02:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:02:29.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:02:29.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ce5ba0d-51a8-41fa-b3d9-c0045b661a30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720931095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/resourceInstances/pnf498d01f4f4c30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720941516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720943446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIzrzvfjqbkaw9yw87lcp/1.0/artifacts/service-DemoPnfIzrzvfjqbkaw9yw87lcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:02:29.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:02:54.468Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:02:54.482Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:02:54.483Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:02:54.483Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:02:54.484Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:02:54.484Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:03:24.484Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:03:24.495Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:03:24.498Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:03:24.498Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:03:24.498Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:03:24.498Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:03:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:03:28.858Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:03:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:03:38.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:03:54.498Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:03:54.509Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:03:54.511Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:03:54.511Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:03:54.511Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:03:54.511Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:04:24.512Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:04:24.523Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:04:24.526Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:04:24.526Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:04:24.526Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:04:24.526Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:04:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:04:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:04:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:04:38.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:04:54.526Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:04:54.537Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:04:54.538Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:04:54.539Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:04:54.539Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:04:54.539Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:05:24.539Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:05:24.548Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:05:24.550Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:05:24.550Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:05:24.550Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:05:24.550Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:05:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:05:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:05:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:05:38.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:05:54.550Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:05:54.560Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:05:54.562Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:05:54.562Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:05:54.562Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:05:54.562Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:06:24.562Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:06:24.572Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:06:24.574Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:06:24.574Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:06:24.575Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:06:24.575Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:06:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:06:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:06:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:06:38.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:06:54.575Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:06:54.584Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:06:54.586Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:06:54.586Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:06:54.586Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:06:54.586Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:07:24.587Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T14:07:24.587Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T14:07:24.593Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47d4a5c3-b27f-499e-92c3-de9f31aa10da and serviceModelVersionId: 55e852b2-b69e-4f7e-b694-ca274d2e5b3f
2022-07-13T14:07:24.593Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee1f8f8a-bb17-4991-8503-393ba1986e6e
2022-07-13T14:07:24.594Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0
2022-07-13T14:07:24.602Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe58285-6e4f-494d-ac1d-25953aff4b5b/model-vers/model-ver/e156ac6e-cf02-4266-9a84-5161bd2203a9?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T14:07:24.640Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Invoke
2022-07-13T14:07:24.640Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8fa760fa-88b0-4547-90f3-771860c32c3a], X-ECOMP-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], X-TransactionId=[], X-ONAP-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], Content-Type=[application/merge-patch+json]}
2022-07-13T14:07:26.181Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Invoke
2022-07-13T14:07:26.182Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6422e8ba-fb4f-4de7-9fa6-8d6e3bc8e98b], X-ECOMP-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], X-TransactionId=[], X-ONAP-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], Content-Type=[application/merge-patch+json]}
2022-07-13T14:07:27.713Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Invoke
2022-07-13T14:07:27.714Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1600dd9-df4b-4ff8-9e2a-e4bf0a60cc7e], X-ECOMP-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], X-TransactionId=[], X-ONAP-RequestID=[47d4a5c3-b27f-499e-92c3-de9f31aa10da], Content-Type=[application/merge-patch+json]}
2022-07-13T14:07:28.747Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:07:28.748Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:28.749Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:07:28.749Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:28.756Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:28.756Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47d4a5c3-b27f-499e-92c3-de9f31aa10da and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:07:28.757Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T14:07:28.757Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:28.763Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:28.763Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721248756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:07:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:07:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:07:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:28.863Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:28.864Z||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-07-13T14:07:28.865Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:28.880Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:28.881Z||pool-277-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:29.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:29.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:07:29.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47d4a5c3-b27f-499e-92c3-de9f31aa10da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721248756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:07:29.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:07:29.778Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||received message from topic
2022-07-13T14:07:29.778Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"92c9295c-751a-4145-b698-abef923e08df","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"276067f0-9ac2-4a65-911f-4317d2f1c617","serviceDescription":"service","serviceInvariantUUID":"ee0103fc-2f33-4ca3-8258-3568f3c102d1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a78b6bbb-26d6-42c6-b4b5-964f14f915de","resourceInvariantUUID":"aecb17b0-7685-48ff-bd15-3e478c7b4248","resourceCustomizationUUID":"c34e46bf-c6c4-4bae-a83c-9cfec48d36bb","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":"MmI1NzBkMDcwMzQyMTIxNWQ1NzFmYzZhYWIxMTgyNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ead00d0e-45bc-4bc4-b25c-d9551d0fc6c7","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":"YzEzZTgwZWY2ZTQzZjdhZWYzZmVmODY1MmM5MjI0OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68297a6c-5398-49e7-be5f-dc4d8afcf171","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":"39041134-a777-4877-aa2a-9a60d0e4f863","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":"7404b3f0-dff4-4a9a-93f6-a2694bc2a413","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":"7bfc3003-01b4-4393-8313-120ef9eb2e7f","artifactVersion":"2","generatedFromUUID":"3f4b8b27-ea73-4861-9828-b64d9f712dde"},{"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":"8180f507-b0db-407f-8924-0c8adddabf41","artifactVersion":"2","generatedFromUUID":"39041134-a777-4877-aa2a-9a60d0e4f863"},{"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":"3f4b8b27-ea73-4861-9828-b64d9f712dde","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":"ec09b098-00a4-4de6-9193-1f05def3376d","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":"ODJkMDAwM2Y4ZmM2MTgyNmE4ZGI4NzAwMzVkYTViMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5986a71-a198-4426-97c9-5afb1283db9e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODIyNmJiODVhMDk1YjdiNTEzNDZkZjExYTExNjVkYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59593e93-ea54-4e66-b532-a934610e786d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T14:07:29.779Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:29.779Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:29.781Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:29.781Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:07:29.882Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T14:07:29.883Z||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-07-13T14:07:29.884Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:29.898Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:29.899Z||pool-278-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:30.782Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:30.783Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:30.785Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:30.785Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T14:07:30.885Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:30.886Z||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-07-13T14:07:30.886Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:30.900Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:30.901Z||pool-279-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:31.786Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:31.786Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:31.789Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:31.789Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-13T14:07:31.889Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:31.890Z||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-07-13T14:07:31.890Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:31.904Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:31.905Z||pool-280-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:32.790Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:32.791Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:32.793Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:32.793Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:07:32.893Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:32.894Z||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-07-13T14:07:32.894Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:32.918Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:32.918Z||pool-281-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:33.794Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:33.795Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:33.797Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:33.797Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-13T14:07:33.897Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:33.898Z||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-07-13T14:07:33.898Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:33.917Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:33.917Z||pool-282-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:34.797Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:34.798Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:34.801Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:34.802Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-13T14:07:34.902Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:07:34.903Z||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-07-13T14:07:34.903Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:34.918Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:34.919Z||pool-283-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:35.802Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:35.803Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:35.806Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:35.806Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-13T14:07:35.905Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:07:35.906Z||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-07-13T14:07:35.906Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:35.921Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:35.921Z||pool-284-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:36.806Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:36.807Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:36.809Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:36.809Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:07:36.910Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:36.911Z||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-07-13T14:07:36.911Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:36.930Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:36.930Z||pool-285-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:37.810Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:37.812Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:37.814Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:37.814Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:07:37.914Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:37.915Z||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-07-13T14:07:37.915Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:37.932Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:37.932Z||pool-286-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:38.815Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:07:38.816Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:38.832Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:38.833Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:07:38.918Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-07-13T14:07:38.919Z||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-07-13T14:07:38.919Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:38.938Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:38.938Z||pool-287-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:39.834Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "276067f0-9ac2-4a65-911f-4317d2f1c617",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0103fc-2f33-4ca3-8258-3568f3c102d1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c34e46bf-c6c4-4bae-a83c-9cfec48d36bb",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a78b6bbb-26d6-42c6-b4b5-964f14f915de",
      "resourceInvariantUUID": "aecb17b0-7685-48ff-bd15-3e478c7b4248",
      "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": "YzEzZTgwZWY2ZTQzZjdhZWYzZmVmODY1MmM5MjI0OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "68297a6c-5398-49e7-be5f-dc4d8afcf171",
          "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": "39041134-a777-4877-aa2a-9a60d0e4f863",
          "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": "8180f507-b0db-407f-8924-0c8adddabf41",
            "generatedFromUUID": "39041134-a777-4877-aa2a-9a60d0e4f863"
          },
          "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": "7bfc3003-01b4-4393-8313-120ef9eb2e7f",
          "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": "8180f507-b0db-407f-8924-0c8adddabf41",
          "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": "3f4b8b27-ea73-4861-9828-b64d9f712dde",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODIyNmJiODVhMDk1YjdiNTEzNDZkZjExYTExNjVkYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59593e93-ea54-4e66-b532-a934610e786d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T14:07:39.834Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T14:07:39.835Z|47d4a5c3-b27f-499e-92c3-de9f31aa10da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 276067f0-9ac2-4a65-911f-4317d2f1c617 ASDC
2022-07-13T14:07:39.835Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:92c9295c-751a-4145-b698-abef923e08df
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:276067f0-9ac2-4a65-911f-4317d2f1c617
ServiceInvariantUUID:ee0103fc-2f33-4ca3-8258-3568f3c102d1
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:59593e93-ea54-4e66-b532-a934610e786d
ArtifactChecksum:ODIyNmJiODVhMDk1YjdiNTEzNDZkZjExYTExNjVkYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c34e46bf-c6c4-4bae-a83c-9cfec48d36bb
ResourceInvariantUUID:aecb17b0-7685-48ff-bd15-3e478c7b4248
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a78b6bbb-26d6-42c6-b4b5-964f14f915de
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:68297a6c-5398-49e7-be5f-dc4d8afcf171
ArtifactChecksum:YzEzZTgwZWY2ZTQzZjdhZWYzZmVmODY1MmM5MjI0OTQ=
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:39041134-a777-4877-aa2a-9a60d0e4f863
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:8180f507-b0db-407f-8924-0c8adddabf41
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:7bfc3003-01b4-4393-8313-120ef9eb2e7f
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:8180f507-b0db-407f-8924-0c8adddabf41
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:3f4b8b27-ea73-4861-9828-b64d9f712dde
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T14:07:39.835Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 276067f0-9ac2-4a65-911f-4317d2f1c617 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:07:39.875Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:07:39.875Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:07:39.875Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:07:39.876Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to download the artifact UUID: 59593e93-ea54-4e66-b532-a934610e786d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-13T14:07:39.876Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:07:39.876Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:40.961Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:07:40.969Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 59593e93-ea54-4e66-b532-a934610e786d 162242
2022-07-13T14:07:40.969Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:40.970Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:40.970Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:07:40.970Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:40.972Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:40.972Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721260969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:07:41.072Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:41.073Z||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-07-13T14:07:41.074Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:41.093Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:41.094Z||pool-288-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:41.973Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:07:41.974Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:07:41.974Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to write artifact UUID: 59593e93-ea54-4e66-b532-a934610e786d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-13T14:07:41.975Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-13T14:07:41.975Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-13T14:07:41.976Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-13T14:07:42.153Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16109046663960657617/Definitions/service-BasicCnfMacro-template.yml
2022-07-13T14:07:43.401Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T14:07:43.401Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|WARN|500||####################################################################################################
2022-07-13T14:07:43.401Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-13T14:07:43.402Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-13T14:07:43.402Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.402Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.402Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.402Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.402Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|WARN|500||####################################################################################################
2022-07-13T14:07:43.403Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.403Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.403Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:43.403Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:07:43.403Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:07:43.404Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.404Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.404Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:43.404Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:07:43.404Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:07:43.405Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.405Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.405Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.405Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-13T14:07:43.405Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-13T14:07:43.406Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-13T14:07:43.406Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T14:07:43.406Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.406Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.406Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.407Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:43.407Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:07:43.407Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.407Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:43.407Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:07:43.408Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.408Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:43.408Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:07:43.408Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.408Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:43.408Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:07:43.409Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.409Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-13T14:07:43.409Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-13T14:07:43.409Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=11c8d2a2-0679-4356-a268-fd0ff8600921
2022-07-13T14:07:43.409Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.410Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.410Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.410Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.410Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.410Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.410Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:43.411Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:43.411Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:276067f0-9ac2-4a65-911f-4317d2f1c617
Model Version:NULL
Model InvariantUuid:ee0103fc-2f33-4ca3-8258-3568f3c102d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b91880d5-5a6b-421f-8f8f-bd5b55182c00
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aecb17b0-7685-48ff-bd15-3e478c7b4248
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c34e46bf-c6c4-4bae-a83c-9cfec48d36bb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0c89a781-a356-4d52-b004-f364164ae18e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:1997b332-97b6-4bad-b48d-b5b2c862e794
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4728cbbf-1b02-4997-8d30-98a6505cf668
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a99fc3d2-a686-4dfd-bc7b-da0810649ecc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11c8d2a2-0679-4356-a268-fd0ff8600921
ModelInvariantUuid:0ef7c0b5-89ef-48a8-b915-1820bcabde1d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d30145a8-f4e1-439a-869a-d9cd081fa5fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:eec44695-c00a-4345-aba6-9e4810b9d225
ModelInvariantUuid:23611c86-e011-462d-bca6-44e80c5223bc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b344aa7b-c335-4e11-b5ce-8b95cf9c4352
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T14:07:43.418Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: a78b6bbb-26d6-42c6-b4b5-964f14f915de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:07:43.420Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||basic_cnf_macro 0
2022-07-13T14:07:43.421Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: a78b6bbb-26d6-42c6-b4b5-964f14f915de
2022-07-13T14:07:43.421Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to download the artifact UUID: 68297a6c-5398-49e7-be5f-dc4d8afcf171 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-13T14:07:43.421Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:07:43.421Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.597Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:07:43.597Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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 68297a6c-5398-49e7-be5f-dc4d8afcf171 1565
2022-07-13T14:07:43.597Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.597Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:43.597Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:07:43.598Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:43.599Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:43.599Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721263597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:07:43.699Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:43.700Z||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-07-13T14:07:43.700Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:43.719Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:43.719Z||pool-289-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:44.600Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4728cbbf-1b02-4997-8d30-98a6505cf668",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a99fc3d2-a686-4dfd-bc7b-da0810649ecc",
    "vfModuleModelCustomizationUUID": "03b97ddc-2207-4015-a011-1468277ef834",
    "isBase": true,
    "artifacts": [
      "39041134-a777-4877-aa2a-9a60d0e4f863",
      "8180f507-b0db-407f-8924-0c8adddabf41"
    ],
    "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": "0c89a781-a356-4d52-b004-f364164ae18e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1997b332-97b6-4bad-b48d-b5b2c862e794",
    "vfModuleModelCustomizationUUID": "5b8800ad-dd6b-4dcf-94f3-b4f58ef6fd1d",
    "isBase": false,
    "artifacts": [
      "3f4b8b27-ea73-4861-9828-b64d9f712dde"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T14:07:44.604Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a99fc3d2-a686-4dfd-bc7b-da0810649ecc
VfModuleModelInvariantUUID:4728cbbf-1b02-4997-8d30-98a6505cf668
VfModuleModelDescription:NULL
Artifacts UUID List:{
39041134-a777-4877-aa2a-9a60d0e4f863
,
8180f507-b0db-407f-8924-0c8adddabf41

}
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:1997b332-97b6-4bad-b48d-b5b2c862e794
VfModuleModelInvariantUUID:0c89a781-a356-4d52-b004-f364164ae18e
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f4b8b27-ea73-4861-9828-b64d9f712dde

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

isBase:false


}

2022-07-13T14:07:44.606Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4728cbbf-1b02-4997-8d30-98a6505cf668",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a99fc3d2-a686-4dfd-bc7b-da0810649ecc",
    "vfModuleModelCustomizationUUID": "03b97ddc-2207-4015-a011-1468277ef834",
    "isBase": true,
    "artifacts": [
      "39041134-a777-4877-aa2a-9a60d0e4f863",
      "8180f507-b0db-407f-8924-0c8adddabf41"
    ],
    "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": "0c89a781-a356-4d52-b004-f364164ae18e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1997b332-97b6-4bad-b48d-b5b2c862e794",
    "vfModuleModelCustomizationUUID": "5b8800ad-dd6b-4dcf-94f3-b4f58ef6fd1d",
    "isBase": false,
    "artifacts": [
      "3f4b8b27-ea73-4861-9828-b64d9f712dde"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T14:07:44.606Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a99fc3d2-a686-4dfd-bc7b-da0810649ecc
VfModuleModelInvariantUUID:4728cbbf-1b02-4997-8d30-98a6505cf668
VfModuleModelDescription:NULL
Artifacts UUID List:{
39041134-a777-4877-aa2a-9a60d0e4f863
,
8180f507-b0db-407f-8924-0c8adddabf41

}
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:1997b332-97b6-4bad-b48d-b5b2c862e794
VfModuleModelInvariantUUID:0c89a781-a356-4d52-b004-f364164ae18e
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f4b8b27-ea73-4861-9828-b64d9f712dde

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

isBase:false


}

2022-07-13T14:07:44.606Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to download the artifact UUID: 39041134-a777-4877-aa2a-9a60d0e4f863 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-13T14:07:44.606Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:07:44.606Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:44.709Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:07:44.710Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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 39041134-a777-4877-aa2a-9a60d0e4f863 914
2022-07-13T14:07:44.710Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:44.710Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:44.710Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:07:44.710Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:44.712Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:44.713Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721264710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:07:44.812Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:07:44.813Z||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-07-13T14:07:44.813Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:44.836Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:44.837Z||pool-290-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:45.713Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to download the artifact UUID: 7bfc3003-01b4-4393-8313-120ef9eb2e7f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-13T14:07:45.714Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:07:45.714Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:45.835Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:07:45.835Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7bfc3003-01b4-4393-8313-120ef9eb2e7f 12
2022-07-13T14:07:45.836Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:45.836Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:45.836Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:07:45.836Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:45.837Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:45.838Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721265835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:07:45.938Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:45.939Z||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-07-13T14:07:45.939Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:45.953Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:45.954Z||pool-291-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:46.838Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to download the artifact UUID: 8180f507-b0db-407f-8924-0c8adddabf41 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-13T14:07:46.839Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:07:46.839Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:47.007Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:07:47.008Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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 8180f507-b0db-407f-8924-0c8adddabf41 96
2022-07-13T14:07:47.008Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:47.008Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:47.008Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:07:47.008Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:47.010Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:47.010Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721267008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:07:47.110Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:47.111Z||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-07-13T14:07:47.111Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:47.127Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:47.127Z||pool-292-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:48.010Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||Trying to download the artifact UUID: 3f4b8b27-ea73-4861-9828-b64d9f712dde from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-13T14:07:48.011Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:07:48.011Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:48.138Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:07:48.139Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3f4b8b27-ea73-4861-9828-b64d9f712dde 20206
2022-07-13T14:07:48.139Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:48.139Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:48.139Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:07:48.139Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:48.141Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:48.142Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721268139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:07:48.241Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:07:48.242Z||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-07-13T14:07:48.242Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:48.256Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:48.257Z||pool-293-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:49.145Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Preparing to deploy Service: 276067f0-9ac2-4a65-911f-4317d2f1c617
2022-07-13T14:07:49.146Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a78b6bbb-26d6-42c6-b4b5-964f14f915de ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:07:49.154Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72fad85a, org.onap.sdc.toscaparser.api.parameters.Input@3f8ecae5, org.onap.sdc.toscaparser.api.parameters.Input@7e2fbeb2, org.onap.sdc.toscaparser.api.parameters.Input@4344cb67, org.onap.sdc.toscaparser.api.parameters.Input@6758f35d]
2022-07-13T14:07:49.155Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.155Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.156Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T14:07:49.156Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||VFCustomizationUUID= c34e46bf-c6c4-4bae-a83c-9cfec48d36bb
2022-07-13T14:07:49.156Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c34e46bf-c6c4-4bae-a83c-9cfec48d36bb matches Tosca VF Customization UUID: c34e46bf-c6c4-4bae-a83c-9cfec48d36bb
2022-07-13T14:07:49.156Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||vfCustomizationUUID: c34e46bf-c6c4-4bae-a83c-9cfec48d36bb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T14:07:49.158Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.158Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.158Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||resource request for resource customization id c34e46bf-c6c4-4bae-a83c-9cfec48d36bb: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-13T14:07:49.159Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@486bdcc2
2022-07-13T14:07:49.159Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.159Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:49.159Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5b8800ad-dd6b-4dcf-94f3-b4f58ef6fd1d
2022-07-13T14:07:49.159Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5b8800ad-dd6b-4dcf-94f3-b4f58ef6fd1d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T14:07:49.161Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.161Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-13T14:07:49.162Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c34e46bf-c6c4-4bae-a83c-9cfec48d36bb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:07:49.164Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.164Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.164Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500|| resourceSeq for service uuid 276067f0-9ac2-4a65-911f-4317d2f1c617: basic_cnf_macro
2022-07-13T14:07:49.164Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.164Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.164Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:07:49.165Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:49.199Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a78b6bbb-26d6-42c6-b4b5-964f14f915de 2 ASDC deployResourceStructure
2022-07-13T14:07:49.200Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:49.200Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:49.200Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:07:49.201Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:49.203Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:49.203Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721269200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T14:07:49.303Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:49.304Z||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-07-13T14:07:49.304Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:49.318Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:49.319Z||pool-294-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:50.204Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:50.205Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:50.205Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:07:50.205Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:50.207Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:50.207Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721270204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T14:07:50.307Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:50.308Z||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-07-13T14:07:50.308Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:50.322Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:50.323Z||pool-295-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:51.209Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:51.209Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:51.209Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-13T14:07:51.209Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:51.212Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:51.212Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721271208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T14:07:51.312Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:51.313Z||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-07-13T14:07:51.313Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:51.326Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:51.326Z||pool-296-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:07:52.212Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:52.213Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:52.213Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:07:52.213Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:52.215Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:52.215Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721272212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-13T14:07:52.316Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T14:07:52.317Z||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-07-13T14:07:52.317Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:52.332Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:52.332Z||pool-297-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:53.216Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:53.217Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:53.217Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-13T14:07:53.217Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:53.219Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:53.219Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721273216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T14:07:53.319Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:07:53.320Z||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-07-13T14:07:53.320Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:53.337Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:53.337Z||pool-298-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:54.221Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:54.221Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?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-07-13T14:07:54.221Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:07:54.222Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:07:54.224Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:07:54.224Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721274220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:07:54.324Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:07:54.324Z||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-07-13T14:07:54.325Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:07:54.339Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:07:54.340Z||pool-299-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:07:55.226Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:07:55.236Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:07:55.238Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:07:55.238Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:07:55.238Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:07:55.238Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:08:25.238Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:08:25.251Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:08:25.252Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:08:25.252Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:08:25.252Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:08:25.253Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:08:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:08:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:08:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:08:29.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:08:29.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-13T14:08:29.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721260969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721263597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721264710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:08:29.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721265835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721267008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721268139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721269200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721270204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721271208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721272212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721273216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721274220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:08:29.498Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:08:55.253Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:08:55.262Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:08:55.264Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:08:55.264Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:08:55.264Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:08:55.265Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:09:25.265Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:09:25.282Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:09:25.284Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:09:25.284Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:09:25.284Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:09:25.284Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:09:28.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:09:28.859Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:09:28.859Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:09:38.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:09:55.284Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:09:55.295Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:09:55.296Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:09:55.297Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:09:55.297Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:09:55.297Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:10:25.297Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:10:25.306Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:10:25.308Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:10:25.308Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:10:25.308Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:10:25.309Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:10:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:10:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:10:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:10:38.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:10:55.309Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:10:55.318Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:10:55.320Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:10:55.321Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:10:55.321Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:10:55.321Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:11:25.321Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:11:25.330Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:11:25.332Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:11:25.332Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:11:25.332Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:11:25.332Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:11:28.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:11:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:11:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:11:38.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:11:55.333Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:11:55.341Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:11:55.343Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:11:55.343Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:11:55.343Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:11:55.343Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:12:25.343Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:12:25.353Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92c9295c-751a-4145-b698-abef923e08df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:12:25.355Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:12:25.355Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:12:25.355Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:12:25.355Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:12:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:12:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:12:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:12:38.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:12:55.355Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T14:12:55.356Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 92c9295c-751a-4145-b698-abef923e08df and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T14:12:55.363Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92c9295c-751a-4145-b698-abef923e08df and serviceModelVersionId: 276067f0-9ac2-4a65-911f-4317d2f1c617
2022-07-13T14:12:55.363Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0103fc-2f33-4ca3-8258-3568f3c102d1
2022-07-13T14:12:55.365Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0
2022-07-13T14:12:55.375Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T14:12:55.423Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee1f8f8a-bb17-4991-8503-393ba1986e6e/model-vers/model-ver/55e852b2-b69e-4f7e-b694-ca274d2e5b3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:12:55.425Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Invoke
2022-07-13T14:12:56.966Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:12:56.967Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Invoke
2022-07-13T14:12:58.503Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:12:58.504Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Invoke
2022-07-13T14:12:59.535Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:12:59.537Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:12:59.537Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:12:59.538Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:12:59.544Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:12:59.544Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92c9295c-751a-4145-b698-abef923e08df and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:12:59.544Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T14:12:59.545Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:12:59.549Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:12:59.549Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721579544,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:12:59.649Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:12:59.650Z||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-07-13T14:12:59.651Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:12:59.671Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:12:59.671Z||pool-300-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-07-13T14:13:00.567Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||received message from topic
2022-07-13T14:13:00.568Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6bf1d3d4-b240-4674-b72b-3c41300150b1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ea635e90-4377-48c8-b140-4cdebad046b2","serviceDescription":"service","serviceInvariantUUID":"f1034db7-0a1d-496e-bbb5-f0143826c3ad","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52134afc-b9aa-4cfc-827d-689931dafa1b","resourceInvariantUUID":"5646e557-eb10-49fd-8ecf-8d857faaeb29","resourceCustomizationUUID":"c3a47740-8728-43dd-8c5b-a1d7d53c2805","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":"NDY3ZjZjN2EwMjJkNTUzMjRiZmE1Y2JiMTFmZTVlOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"227a20c3-53c2-4da0-95c6-6a241b0f413f","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":"MWViODk4ZDFhMmQ3ZDRmYzBiZDZkZDJhOThlZWNiODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0360e51-ee4a-4d8c-a4fd-6efc94d95954","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":"db72e50c-a356-4bbf-8945-985c16d312fd","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":"40c47140-9481-4e17-b12d-0c3b30efb491","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":"3919bd73-d7d0-4356-8ad1-5712ff030e2e","artifactVersion":"2","generatedFromUUID":"db72e50c-a356-4bbf-8945-985c16d312fd"},{"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":"YmI4ZWJiZTQ0YjQxYzExODc1NzhiYmMwOWI0ZWVmNmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c317ae02-01a5-407f-9b68-c5ce2e3cbb5b","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":"Y2E3NTg3MWQxZGViMjgyYWNiMTM0ZDczMmRhNjNmMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"365c472f-dcc2-4e2e-8b54-e7319d13eed0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTk1NWI1NmE3ODUwNWJhNGMwZDA2MjYzZjA4MDI5OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c499013-4edb-4d14-9ace-f6817e6252e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T14:13:00.569Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:00.569Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:00.572Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:00.572Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:00.672Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:00.673Z||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-07-13T14:13:00.673Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:00.691Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:00.691Z||pool-301-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:01.573Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:01.573Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:01.580Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:01.581Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T14:13:01.675Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-13T14:13:01.677Z||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-07-13T14:13:01.677Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:01.697Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:01.698Z||pool-302-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:02.581Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:02.582Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:02.585Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:02.585Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T14:13:02.685Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:02.686Z||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-07-13T14:13:02.686Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:02.700Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:02.701Z||pool-303-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:03.585Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:03.586Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:03.588Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:03.588Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:03.689Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T14:13:03.689Z||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-07-13T14:13:03.690Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:03.704Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:03.704Z||pool-304-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:04.589Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:04.590Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:04.592Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:04.592Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-13T14:13:04.692Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:04.693Z||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-07-13T14:13:04.693Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:04.708Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:04.708Z||pool-305-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:05.592Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:05.593Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:05.595Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:05.595Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:05.695Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:05.696Z||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-07-13T14:13:05.696Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:05.711Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:05.711Z||pool-306-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:06.596Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:06.597Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:06.598Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:06.599Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:06.700Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-13T14:13:06.701Z||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-07-13T14:13:06.701Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:06.716Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:06.717Z||pool-307-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:07.599Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:13:07.600Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:07.602Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:07.602Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:13:07.703Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:07.704Z||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-07-13T14:13:07.704Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:07.718Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:07.719Z||pool-308-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:08.604Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ea635e90-4377-48c8-b140-4cdebad046b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f1034db7-0a1d-496e-bbb5-f0143826c3ad",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c3a47740-8728-43dd-8c5b-a1d7d53c2805",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "52134afc-b9aa-4cfc-827d-689931dafa1b",
      "resourceInvariantUUID": "5646e557-eb10-49fd-8ecf-8d857faaeb29",
      "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": "MWViODk4ZDFhMmQ3ZDRmYzBiZDZkZDJhOThlZWNiODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f0360e51-ee4a-4d8c-a4fd-6efc94d95954",
          "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": "db72e50c-a356-4bbf-8945-985c16d312fd",
          "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": "3919bd73-d7d0-4356-8ad1-5712ff030e2e",
            "generatedFromUUID": "db72e50c-a356-4bbf-8945-985c16d312fd"
          },
          "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": "3919bd73-d7d0-4356-8ad1-5712ff030e2e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTk1NWI1NmE3ODUwNWJhNGMwZDA2MjYzZjA4MDI5OTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5c499013-4edb-4d14-9ace-f6817e6252e0"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T14:13:08.604Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T14:13:08.605Z|92c9295c-751a-4145-b698-abef923e08df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea635e90-4377-48c8-b140-4cdebad046b2 ASDC
2022-07-13T14:13:08.606Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6bf1d3d4-b240-4674-b72b-3c41300150b1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ea635e90-4377-48c8-b140-4cdebad046b2
ServiceInvariantUUID:f1034db7-0a1d-496e-bbb5-f0143826c3ad
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:5c499013-4edb-4d14-9ace-f6817e6252e0
ArtifactChecksum:MTk1NWI1NmE3ODUwNWJhNGMwZDA2MjYzZjA4MDI5OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c3a47740-8728-43dd-8c5b-a1d7d53c2805
ResourceInvariantUUID:5646e557-eb10-49fd-8ecf-8d857faaeb29
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:52134afc-b9aa-4cfc-827d-689931dafa1b
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:f0360e51-ee4a-4d8c-a4fd-6efc94d95954
ArtifactChecksum:MWViODk4ZDFhMmQ3ZDRmYzBiZDZkZDJhOThlZWNiODE=
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:db72e50c-a356-4bbf-8945-985c16d312fd
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:3919bd73-d7d0-4356-8ad1-5712ff030e2e
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:3919bd73-d7d0-4356-8ad1-5712ff030e2e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-13T14:13:08.606Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea635e90-4377-48c8-b140-4cdebad046b2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:13:08.641Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:13:08.641Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:13:08.641Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:13:08.641Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Trying to download the artifact UUID: 5c499013-4edb-4d14-9ace-f6817e6252e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-13T14:13:08.642Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:13:08.642Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:09.515Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:13:09.519Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5c499013-4edb-4d14-9ace-f6817e6252e0 82840
2022-07-13T14:13:09.520Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:09.520Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:09.520Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:13:09.520Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:09.522Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:09.522Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721589519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:09.622Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:09.623Z||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-07-13T14:13:09.623Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:09.640Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:09.641Z||pool-309-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:10.523Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:13:10.523Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:13:10.524Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Trying to write artifact UUID: 5c499013-4edb-4d14-9ace-f6817e6252e0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-13T14:13:10.524Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-13T14:13:10.525Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-13T14:13:10.525Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-13T14:13:10.744Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16972402841380456087/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-13T14:13:11.937Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T14:13:11.937Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|WARN|500||####################################################################################################
2022-07-13T14:13:11.937Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-13T14:13:11.937Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-13T14:13:11.937Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|WARN|500||####################################################################################################
2022-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.938Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.939Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:11.939Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:13:11.939Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:13:11.939Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.939Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-13T14:13:11.940Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:11.941Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:13:11.942Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.942Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:11.942Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:13:11.942Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.942Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:11.942Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=21b7d6d9-0ee1-447d-b9e2-a88e01075859
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.943Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:11.944Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ea635e90-4377-48c8-b140-4cdebad046b2
Model Version:NULL
Model InvariantUuid:f1034db7-0a1d-496e-bbb5-f0143826c3ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:bd343070-f3ab-4633-996e-47edbb846b56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5646e557-eb10-49fd-8ecf-8d857faaeb29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3a47740-8728-43dd-8c5b-a1d7d53c2805
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7a5c4abc-5551-41b7-933b-1caed644ccb3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0fd0a0ce-9b17-49f6-b8cf-c108de905767
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:21b7d6d9-0ee1-447d-b9e2-a88e01075859
ModelInvariantUuid:6127ca6d-55be-4b4d-b00e-24feb1d96214
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:381c69fe-729f-48a0-a693-96a4795937e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:555b9886-fa0a-433f-ba12-babac6c2f753
ModelInvariantUuid:f38c540a-c7cb-4017-8f38-8723c6d6c6ca
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d8a2c590-a83a-4bde-a69d-88092a69bbb5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T14:13:11.951Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 52134afc-b9aa-4cfc-827d-689931dafa1b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:13:11.953Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||basic_vm_macro 0
2022-07-13T14:13:11.954Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 52134afc-b9aa-4cfc-827d-689931dafa1b
2022-07-13T14:13:11.954Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Trying to download the artifact UUID: f0360e51-ee4a-4d8c-a4fd-6efc94d95954 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-13T14:13:11.954Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:13:11.954Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:12.105Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:13:12.105Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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 f0360e51-ee4a-4d8c-a4fd-6efc94d95954 792
2022-07-13T14:13:12.105Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:12.105Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:12.106Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:13:12.106Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:12.107Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:12.108Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721592105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:12.208Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:12.208Z||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-07-13T14:13:12.208Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:12.225Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:12.225Z||pool-310-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:13.108Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7a5c4abc-5551-41b7-933b-1caed644ccb3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0fd0a0ce-9b17-49f6-b8cf-c108de905767",
    "vfModuleModelCustomizationUUID": "df62e307-175e-4824-9d09-5aa79b915956",
    "isBase": true,
    "artifacts": [
      "db72e50c-a356-4bbf-8945-985c16d312fd",
      "3919bd73-d7d0-4356-8ad1-5712ff030e2e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T14:13:13.114Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fd0a0ce-9b17-49f6-b8cf-c108de905767
VfModuleModelInvariantUUID:7a5c4abc-5551-41b7-933b-1caed644ccb3
VfModuleModelDescription:NULL
Artifacts UUID List:{
db72e50c-a356-4bbf-8945-985c16d312fd
,
3919bd73-d7d0-4356-8ad1-5712ff030e2e

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

isBase:true


}

2022-07-13T14:13:13.116Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7a5c4abc-5551-41b7-933b-1caed644ccb3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0fd0a0ce-9b17-49f6-b8cf-c108de905767",
    "vfModuleModelCustomizationUUID": "df62e307-175e-4824-9d09-5aa79b915956",
    "isBase": true,
    "artifacts": [
      "db72e50c-a356-4bbf-8945-985c16d312fd",
      "3919bd73-d7d0-4356-8ad1-5712ff030e2e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-13T14:13:13.116Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0fd0a0ce-9b17-49f6-b8cf-c108de905767
VfModuleModelInvariantUUID:7a5c4abc-5551-41b7-933b-1caed644ccb3
VfModuleModelDescription:NULL
Artifacts UUID List:{
db72e50c-a356-4bbf-8945-985c16d312fd
,
3919bd73-d7d0-4356-8ad1-5712ff030e2e

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

isBase:true


}

2022-07-13T14:13:13.116Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Trying to download the artifact UUID: db72e50c-a356-4bbf-8945-985c16d312fd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-13T14:13:13.116Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:13:13.116Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:13.250Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:13:13.250Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml db72e50c-a356-4bbf-8945-985c16d312fd 5033
2022-07-13T14:13:13.250Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:13.250Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:13.250Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:13:13.251Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:13.252Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:13.252Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721593250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:13.353Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:13.353Z||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-07-13T14:13:13.354Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:13.368Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:13.369Z||pool-311-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:14.253Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||Trying to download the artifact UUID: 3919bd73-d7d0-4356-8ad1-5712ff030e2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-13T14:13:14.253Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:13:14.254Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:14.449Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:13:14.449Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3919bd73-d7d0-4356-8ad1-5712ff030e2e 903
2022-07-13T14:13:14.449Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:14.449Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:14.449Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:13:14.450Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:14.451Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:14.451Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721594449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:14.551Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:14.552Z||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-07-13T14:13:14.552Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:14.566Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:14.567Z||pool-312-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:15.452Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Preparing to deploy Service: ea635e90-4377-48c8-b140-4cdebad046b2
2022-07-13T14:13:15.452Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 52134afc-b9aa-4cfc-827d-689931dafa1b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:13:15.466Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42db20d6, org.onap.sdc.toscaparser.api.parameters.Input@49aaf37f, org.onap.sdc.toscaparser.api.parameters.Input@37021055, org.onap.sdc.toscaparser.api.parameters.Input@7a5cae24, org.onap.sdc.toscaparser.api.parameters.Input@619afc29]
2022-07-13T14:13:15.467Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.468Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.468Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||VF Category is: Generic 
2022-07-13T14:13:15.468Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||VFCustomizationUUID= c3a47740-8728-43dd-8c5b-a1d7d53c2805
2022-07-13T14:13:15.468Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3a47740-8728-43dd-8c5b-a1d7d53c2805 matches Tosca VF Customization UUID: c3a47740-8728-43dd-8c5b-a1d7d53c2805
2022-07-13T14:13:15.468Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||vfCustomizationUUID: c3a47740-8728-43dd-8c5b-a1d7d53c2805  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-13T14:13:15.471Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.471Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.472Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||resource request for resource customization id c3a47740-8728-43dd-8c5b-a1d7d53c2805: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-07-13T14:13:15.472Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47a055cd
2022-07-13T14:13:15.472Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.472Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:15.472Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df62e307-175e-4824-9d09-5aa79b915956
2022-07-13T14:13:15.473Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df62e307-175e-4824-9d09-5aa79b915956
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-13T14:13:15.475Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.476Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:15.476Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:13:15.476Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.476Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:15.476Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:13:15.477Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.477Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-13T14:13:15.477Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-13T14:13:15.477Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-13T14:13:15.478Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=21b7d6d9-0ee1-447d-b9e2-a88e01075859
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-13T14:13:15.480Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.480Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:15.480Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-13T14:13:15.481Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.481Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-13T14:13:15.481Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c3a47740-8728-43dd-8c5b-a1d7d53c2805
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:13:15.483Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.483Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.483Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500|| resourceSeq for service uuid ea635e90-4377-48c8-b140-4cdebad046b2: basic_vm_macro
2022-07-13T14:13:15.484Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.484Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.484Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.484Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.485Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.485Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.485Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.485Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.486Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:13:15.486Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:13:15.486Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:15.568Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 52134afc-b9aa-4cfc-827d-689931dafa1b 1 ASDC deployResourceStructure
2022-07-13T14:13:15.569Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:15.569Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:15.569Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:13:15.569Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:15.571Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:15.571Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721595569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:15.671Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:15.672Z||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-07-13T14:13:15.672Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:15.685Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:15.685Z||pool-313-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:16.572Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:16.572Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:16.572Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:13:16.573Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:16.574Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:16.574Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721596572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:16.674Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:16.675Z||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-07-13T14:13:16.675Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:16.695Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:16.695Z||pool-314-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:17.575Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:17.575Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:17.576Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:13:17.576Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:17.577Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:17.577Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721597575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:17.678Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:13:17.678Z||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-07-13T14:13:17.678Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:17.692Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:17.692Z||pool-315-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:13:18.578Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:18.579Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?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-07-13T14:13:18.579Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:13:18.579Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:13:18.581Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:13:18.581Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721598578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:18.681Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:13:18.682Z||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-07-13T14:13:18.682Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:18.696Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:18.696Z||pool-316-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:13:19.582Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:13:19.602Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:13:19.604Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:13:19.604Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:13:19.604Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:13:19.604Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:13:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:13:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:13:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:13:29.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:13:29.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92c9295c-751a-4145-b698-abef923e08df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721579544,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:13:29.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:29.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657720283605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721589519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721592105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721593250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721594449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721595569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721596572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721597575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:29.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:29.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:13:29.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721598578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:13:29.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:13:49.604Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:13:49.615Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:13:49.617Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:13:49.617Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:13:49.617Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:13:49.617Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:14:19.617Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:14:19.627Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:14:19.628Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:14:19.628Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:14:19.629Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:14:19.629Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:14:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:14:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:14:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:14:38.414Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:14:49.629Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:14:49.643Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:14:49.645Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:14:49.645Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:14:49.645Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:14:49.645Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:15:19.645Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:15:19.659Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:15:19.661Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:15:19.661Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:15:19.661Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:15:19.661Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:15:28.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:15:28.859Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:15:28.859Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:15:38.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:15:49.662Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:15:49.675Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:15:49.677Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:15:49.677Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:15:49.677Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:15:49.677Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:16:19.678Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:16:19.698Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:16:19.700Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:16:19.700Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:16:19.701Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:16:19.701Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:16:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:16:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:16:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:16:38.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:16:49.701Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:16:49.711Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:16:49.713Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:16:49.713Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:16:49.714Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:16:49.714Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:17:19.714Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:17:19.723Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:17:19.725Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:17:19.725Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:17:19.725Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:17:19.726Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:17:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:17:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:17:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:17:38.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:17:49.726Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:17:49.736Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:17:49.738Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:17:49.738Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:17:49.739Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:17:49.739Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:18:19.739Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T14:18:19.740Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T14:18:19.746Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bf1d3d4-b240-4674-b72b-3c41300150b1 and serviceModelVersionId: ea635e90-4377-48c8-b140-4cdebad046b2
2022-07-13T14:18:19.746Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1034db7-0a1d-496e-bbb5-f0143826c3ad
2022-07-13T14:18:19.750Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0
2022-07-13T14:18:19.760Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee0103fc-2f33-4ca3-8258-3568f3c102d1/model-vers/model-ver/276067f0-9ac2-4a65-911f-4317d2f1c617?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T14:18:19.814Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Invoke
2022-07-13T14:18:19.814Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13e63c36-dfb5-4ce4-827d-d0c398ba51c4], X-ECOMP-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], X-TransactionId=[], X-ONAP-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], Content-Type=[application/merge-patch+json]}
2022-07-13T14:18:21.352Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Invoke
2022-07-13T14:18:21.352Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2421492b-ab2a-4a65-b494-b8d1374d00f5], X-ECOMP-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], X-TransactionId=[], X-ONAP-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], Content-Type=[application/merge-patch+json]}
2022-07-13T14:18:22.885Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Invoke
2022-07-13T14:18:22.885Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dae1d866-39d1-4f6b-b542-eb6495091bb6], X-ECOMP-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], X-TransactionId=[], X-ONAP-RequestID=[6bf1d3d4-b240-4674-b72b-3c41300150b1], Content-Type=[application/merge-patch+json]}
2022-07-13T14:18:23.921Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:18:23.921Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-07-13T14:18:23.922Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:18:23.922Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-07-13T14:18:23.928Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-07-13T14:18:23.928Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bf1d3d4-b240-4674-b72b-3c41300150b1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:18:23.929Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T14:18:23.929Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:23.933Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:23.933Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721903928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:18:24.033Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:24.034Z||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-07-13T14:18:24.034Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:24.056Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:24.057Z||pool-317-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":4,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:18:24.949Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:18:24.950Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-07-13T14:18:24.950Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:18:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:18:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:29.408Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:29.409Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||received message from topic
2022-07-13T14:18:29.410Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"246e4391-e7d7-4416-be87-486794188d68","serviceName":"Demo_pNF_obgu1qlXIT21fUYrzQXO","serviceVersion":"1.0","serviceUUID":"a074ce82-c16c-46ac-a841-1bce51eb79ff","serviceDescription":"catalog service description","serviceInvariantUUID":"b8515e85-5d74-43c7-9364-f9bc57cc9369","resources":[{"resourceInstanceName":"pNF 71ec849e-4efa 0","resourceName":"pNF 71ec849e-4efa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2dacf89a-c669-437b-b323-8806664f915e","resourceInvariantUUID":"a3b0784a-824f-49e3-a520-05f1c321d28b","resourceCustomizationUUID":"9e7e2cec-5377-4d0d-a443-60d521bd7005","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml","artifactChecksum":"OThiMzU1NGE4MjYxMzRhNjIxOWViYjlkMTlhMWJmY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6184e9da-ac8a-43d9-91df-6b117bf958cd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar","artifactChecksum":"YzcyOWYzNDI0NzYwYTc5YmRjYzI3OWU0ZGU4ZjljY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b506c41-7b87-4136-b7f3-f078e0a94a52","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"875353c8-8b92-4164-9271-2fd707916913","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml","artifactChecksum":"OWNhNmFlMTk0ZGI0OWM2NzM5YzVjZjY4ZjY4N2Q5NjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0cd7a2c5-6348-4235-9a85-3cbc37d9f378","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f29cf989-09cd-4174-a299-c49b699af9f0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a940f1f3-e86d-4e33-b459-6603fa6dad92","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml","artifactChecksum":"NmQ2MDdlYjczNTMxZDc4NTUzZWU1NDFlMzc5ODlkYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81fa8e83-133c-4f34-80d7-387eb1f08b76","artifactVersion":"1"},{"artifactName":"service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar","artifactChecksum":"Mzg3MzBmNmU1ZGRiNjEyOTg3OWZjYjZiYWIzZTdiMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b53fa122-09fa-4129-8b77-a9cb906bf7e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-13T14:18:29.413Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:29.414Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:29.416Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:29.416Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:29.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:29.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:18:29.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bf1d3d4-b240-4674-b72b-3c41300150b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721903928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:18:29.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:18:29.520Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-13T14:18:29.521Z||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-07-13T14:18:29.522Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:29.542Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:29.542Z||pool-318-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:30.417Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:30.418Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:30.420Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:30.420Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:30.522Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-13T14:18:30.523Z||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-07-13T14:18:30.523Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:30.540Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:30.541Z||pool-319-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:18:31.421Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:31.423Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:31.426Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:31.426Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:31.526Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:31.526Z||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-07-13T14:18:31.526Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:31.541Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:31.541Z||pool-320-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:32.426Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:32.427Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:32.432Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:32.432Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:32.537Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-13T14:18:32.537Z||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-07-13T14:18:32.537Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:32.588Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:32.589Z||pool-321-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:33.433Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:33.434Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:33.436Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:33.436Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:33.536Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:33.537Z||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-07-13T14:18:33.537Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:33.554Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:33.554Z||pool-322-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:34.437Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:34.437Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:34.439Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:34.439Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:34.539Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:34.540Z||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-07-13T14:18:34.540Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:34.555Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:34.555Z||pool-323-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:35.440Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:35.440Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:35.442Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:35.442Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:18:35.542Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:35.543Z||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-07-13T14:18:35.544Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:35.558Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:35.558Z||pool-324-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:36.443Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-07-13T14:18:36.443Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:36.445Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:36.445Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:18:36.545Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:36.546Z||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-07-13T14:18:36.546Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:36.579Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:36.579Z||pool-325-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:37.446Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "serviceName": "Demo_pNF_obgu1qlXIT21fUYrzQXO",
  "serviceVersion": "1.0",
  "serviceUUID": "a074ce82-c16c-46ac-a841-1bce51eb79ff",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b8515e85-5d74-43c7-9364-f9bc57cc9369",
  "resources": [
    {
      "resourceInstanceName": "pNF 71ec849e-4efa 0",
      "resourceCustomizationUUID": "9e7e2cec-5377-4d0d-a443-60d521bd7005",
      "resourceName": "pNF 71ec849e-4efa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2dacf89a-c669-437b-b323-8806664f915e",
      "resourceInvariantUUID": "a3b0784a-824f-49e3-a520-05f1c321d28b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
      "artifactChecksum": "Mzg3MzBmNmU1ZGRiNjEyOTg3OWZjYjZiYWIzZTdiMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b53fa122-09fa-4129-8b77-a9cb906bf7e7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-13T14:18:37.447Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-13T14:18:37.447Z|6bf1d3d4-b240-4674-b72b-3c41300150b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a074ce82-c16c-46ac-a841-1bce51eb79ff ASDC
2022-07-13T14:18:37.447Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||ASDC Notification:
DistributionID:246e4391-e7d7-4416-be87-486794188d68
ServiceName:Demo_pNF_obgu1qlXIT21fUYrzQXO
ServiceVersion:1.0
ServiceUUID:a074ce82-c16c-46ac-a841-1bce51eb79ff
ServiceInvariantUUID:b8515e85-5d74-43c7-9364-f9bc57cc9369
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
ArtifactUUID:b53fa122-09fa-4129-8b77-a9cb906bf7e7
ArtifactChecksum:Mzg3MzBmNmU1ZGRiNjEyOTg3OWZjYjZiYWIzZTdiMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 71ec849e-4efa 0
ResourceCustomizationUUID:9e7e2cec-5377-4d0d-a443-60d521bd7005
ResourceInvariantUUID:a3b0784a-824f-49e3-a520-05f1c321d28b
ResourceName:pNF 71ec849e-4efa
ResourceType:PNF
ResourceUUID:2dacf89a-c669-437b-b323-8806664f915e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-13T14:18:37.448Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a074ce82-c16c-46ac-a841-1bce51eb79ff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:18:37.475Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:18:37.475Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:18:37.475Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:18:37.476Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Trying to download the artifact UUID: b53fa122-09fa-4129-8b77-a9cb906bf7e7 from URL: /sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:37.476Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - download
2022-07-13T14:18:37.476Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:38.520Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||GET Response Status 200
2022-07-13T14:18:38.528Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar b53fa122-09fa-4129-8b77-a9cb906bf7e7 86694
2022-07-13T14:18:38.528Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar ASDC sendASDCNotification
2022-07-13T14:18:38.528Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:38.528Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-07-13T14:18:38.529Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:38.530Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:38.530Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721918528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:18:38.630Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-13T14:18:38.631Z||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-07-13T14:18:38.631Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:38.647Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:38.647Z||pool-326-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-13T14:18:39.531Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-13T14:18:39.532Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||MSO config path is: /app
2022-07-13T14:18:39.532Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Trying to write artifact UUID: b53fa122-09fa-4129-8b77-a9cb906bf7e7, URL: /sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar to file: /app/ASDC/1/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:39.533Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:39.533Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:39.533Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:39.772Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3422158675805210908/Definitions/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml
2022-07-13T14:18:40.643Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-07-13T14:18:40.643Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|WARN|500||####################################################################################################
2022-07-13T14:18:40.643Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.644Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-13T14:18:40.644Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 71ec849e-4efa 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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.644Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.644Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.644Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.644Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.645Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.645Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?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-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.645Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|WARN|500||####################################################################################################
2022-07-13T14:18:40.645Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.645Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.646Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Node template pNF 71ec849e-4efa 0 is matching search criteria
2022-07-13T14:18:40.646Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:18:40.646Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found topology templates [pNF 71ec849e-4efa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:18:40.646Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.647Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.647Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Node template pNF 71ec849e-4efa 0 is matching search criteria
2022-07-13T14:18:40.647Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Search for entities recursively
2022-07-13T14:18:40.647Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found topology templates [pNF 71ec849e-4efa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-13T14:18:40.647Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.648Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.648Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.648Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.648Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.648Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.648Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.649Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.649Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.649Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.649Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_obgu1qlXIT21fUYrzQXO
Description:catalog service description
Model UUID:a074ce82-c16c-46ac-a841-1bce51eb79ff
Model Version:NULL
Model InvariantUuid:b8515e85-5d74-43c7-9364-f9bc57cc9369
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-13T14:18:40.654Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 2dacf89a-c669-437b-b323-8806664f915e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:18:40.656Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||pNF 71ec849e-4efa 0
2022-07-13T14:18:40.657Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 2dacf89a-c669-437b-b323-8806664f915e
2022-07-13T14:18:40.657Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||No resources found for Service: a074ce82-c16c-46ac-a841-1bce51eb79ff
2022-07-13T14:18:40.657Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Preparing to deploy Service: a074ce82-c16c-46ac-a841-1bce51eb79ff
2022-07-13T14:18:40.657Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 71ec849e-4efa 0 2dacf89a-c669-437b-b323-8806664f915e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-13T14:18:40.661Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@194422b7, org.onap.sdc.toscaparser.api.parameters.Input@55fdfc68, org.onap.sdc.toscaparser.api.parameters.Input@4b2dcc3f, org.onap.sdc.toscaparser.api.parameters.Input@624c54ab, org.onap.sdc.toscaparser.api.parameters.Input@5a2583cf]
2022-07-13T14:18:40.661Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.661Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.661Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500|| resourceSeq for service uuid a074ce82-c16c-46ac-a841-1bce51eb79ff: pNF 71ec849e-4efa
2022-07-13T14:18:40.661Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Processing PNF resource: 2dacf89a-c669-437b-b323-8806664f915e
2022-07-13T14:18:40.662Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-13T14:18:40.662Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Service Demo_pNF_obgu1qlXIT21fUYrzQXO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-13T14:18:40.662Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||Resource customization UUID: 9e7e2cec-5377-4d0d-a443-60d521bd7005 is the same as notified resource customizationUUID: 9e7e2cec-5377-4d0d-a443-60d521bd7005
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-13T14:18:40.693Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 71ec849e-4efa 2dacf89a-c669-437b-b323-8806664f915e 0 ASDC deployResourceStructure
2022-07-13T14:18:40.694Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar ASDC sendASDCNotification
2022-07-13T14:18:40.694Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar
2022-07-13T14:18:40.694Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-07-13T14:18:40.694Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:18:40.696Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:18:40.696Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721920694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:18:40.796Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:18:40.797Z||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-07-13T14:18:40.797Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:18:40.811Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:18:40.811Z||pool-327-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-13T14:18:41.697Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:18:41.713Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:18:41.714Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:18:41.714Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:18:41.714Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:18:41.714Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:19:11.715Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:19:11.725Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:19:11.727Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:19:11.728Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:19:11.728Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:19:11.728Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:19:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:19:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:19:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:19:28.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:19:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:19:28.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:19:28.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:19:41.728Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:19:41.738Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:19:41.740Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:19:41.740Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:19:41.740Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:19:41.740Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:20:11.741Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:20:11.750Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:20:11.752Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:20:11.752Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:20:11.752Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:20:11.752Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:20:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:20:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:20:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:20:29.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:20:29.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:20:29.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:20:29.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/resourceInstances/pnf71ec849e4efa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:20:29.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-13T14:20:29.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721904949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "NOTIFIED"
}
2022-07-13T14:20:29.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-13T14:20:29.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721918528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-13T14:20:29.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:20:29.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-13T14:20:29.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657721920694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfObgu1qlxit21fuyrzqxo/1.0/artifacts/service-DemoPnfObgu1qlxit21fuyrzqxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-13T14:20:29.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:20:41.752Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:20:41.762Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:20:41.764Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:20:41.764Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:20:41.764Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:20:41.764Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:21:11.765Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:21:11.775Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:21:11.776Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:21:11.776Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:21:11.776Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:21:11.776Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:21:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:21:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:21:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:21:38.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:21:41.776Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:21:41.791Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:21:41.792Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:21:41.793Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:21:41.793Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:21:41.793Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:22:11.793Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:22:11.807Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:22:11.808Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:22:11.809Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:22:11.809Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:22:11.809Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:22:28.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:22:28.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:22:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:22:38.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:22:41.809Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:22:41.831Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:22:41.834Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:22:41.834Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:22:41.834Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:22:41.834Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:23:11.835Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:23:11.846Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 246e4391-e7d7-4416-be87-486794188d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-13T14:23:11.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-13T14:23:11.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-13T14:23:11.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-13T14:23:11.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-13T14:23:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:23:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:23:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:23:38.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:23:41.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-13T14:23:41.849Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 246e4391-e7d7-4416-be87-486794188d68 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-13T14:23:41.854Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 246e4391-e7d7-4416-be87-486794188d68 and serviceModelVersionId: a074ce82-c16c-46ac-a841-1bce51eb79ff
2022-07-13T14:23:41.855Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8515e85-5d74-43c7-9364-f9bc57cc9369
2022-07-13T14:23:41.857Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0
2022-07-13T14:23:41.867Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-07-13T14:23:41.935Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1034db7-0a1d-496e-bbb5-f0143826c3ad/model-vers/model-ver/ea635e90-4377-48c8-b140-4cdebad046b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:23:41.938Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||Invoke
2022-07-13T14:23:43.497Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:23:43.498Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||Invoke
2022-07-13T14:23:45.030Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-13T14:23:45.031Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||Invoke
2022-07-13T14:23:46.059Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:23:46.061Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:23:46.062Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:23:46.062Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:23:46.067Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:23:46.067Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 246e4391-e7d7-4416-be87-486794188d68 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-07-13T14:23:46.067Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-13T14:23:46.068Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-07-13T14:23:46.072Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-13T14:23:46.072Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657722226067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:23:46.172Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-13T14:23:46.173Z||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-07-13T14:23:46.173Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:23:46.189Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:23:46.189Z||pool-328-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-13T14:23:47.085Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:23:47.085Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:23:47.086Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:23:57.417Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:23:57.418Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:23:57.418Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:23:57.418Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:06.981Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:06.982Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:06.982Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:24:06.982Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:16.548Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:16.548Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:16.549Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:24:16.549Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:26.115Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:26.115Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:26.116Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:24:26.116Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:28.857Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:24:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:29.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:29.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-13T14:24:29.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "246e4391-e7d7-4416-be87-486794188d68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657722226067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-07-13T14:24:29.496Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-13T14:24:35.672Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:35.673Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:35.673Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:24:35.673Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:45.250Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:45.251Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:45.251Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:24:45.251Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:24:54.810Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:24:54.810Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:24:54.811Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:24:54.811Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:04.367Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:04.368Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:04.368Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:25:04.368Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:13.927Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:13.928Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:13.928Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:25:13.929Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:23.479Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:23.480Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:23.480Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:25:23.480Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:25:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:33.039Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:33.040Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:33.041Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:25:33.041Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:38.406Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:42.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:42.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:42.614Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:25:42.614Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:25:52.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:25:52.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:25:52.163Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:25:52.163Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:01.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:01.718Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:01.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:01.718Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:11.295Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:11.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:11.297Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:11.297Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:20.854Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:20.855Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:20.855Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:20.855Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:30.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:30.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:30.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:30.422Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:38.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:39.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:39.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:39.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:39.998Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:49.586Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:49.587Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:49.588Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:49.588Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:26:59.134Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:26:59.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:26:59.135Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:26:59.135Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:08.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:08.693Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:08.694Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:08.704Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:18.249Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:18.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:18.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:18.250Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:27.796Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:27.797Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:27.797Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:27.798Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:37.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:37.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:37.377Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:37.378Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:38.411Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:46.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:46.923Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:46.924Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:46.924Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:27:56.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:27:56.472Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:27:56.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:27:56.472Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:06.040Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:06.041Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:06.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:06.042Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:15.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:15.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:15.601Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:15.601Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:25.153Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:25.153Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:25.154Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:25.154Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:34.720Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:34.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:34.721Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:34.721Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:38.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:44.289Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:44.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:44.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:44.290Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:28:53.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:28:53.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:28:53.849Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:28:53.849Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:03.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:03.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:03.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:03.405Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:12.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:12.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:12.965Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:12.965Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:22.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:22.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:22.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:22.527Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:32.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:32.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:32.080Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:32.081Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:38.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:41.659Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:41.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:41.661Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:41.661Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:29:51.254Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:29:51.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:29:51.256Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:29:51.256Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:00.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:00.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:00.855Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:30:00.855Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:10.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:10.432Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:10.432Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:30:10.432Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:19.997Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:19.998Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:19.999Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:30:19.999Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:30:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:29.551Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:29.552Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:29.552Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:30:29.552Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:38.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:39.103Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:39.103Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:39.104Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:30:39.104Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:48.658Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:48.658Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:48.659Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:30:48.659Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:30:58.214Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:30:58.215Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:30:58.215Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:30:58.215Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:07.801Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:07.802Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:07.802Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:31:07.802Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:17.358Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:17.359Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:17.359Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:31:17.359Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:26.914Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:26.915Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:26.915Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:31:26.915Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:31:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:36.479Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:36.480Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:36.480Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:31:36.480Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:38.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:46.036Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:46.037Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:46.038Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:31:46.038Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:31:55.607Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:31:55.608Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:31:55.608Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:31:55.608Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:05.158Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:05.159Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:05.160Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:05.160Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:14.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:14.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:14.715Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:14.715Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:24.271Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:24.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:24.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:24.272Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:33.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:33.825Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:33.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:33.826Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:38.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:43.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:43.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:43.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:43.407Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:32:52.966Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:32:52.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:32:52.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:32:52.968Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:02.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:02.526Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:02.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:02.526Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:12.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:12.084Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:12.085Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:12.085Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:21.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:21.649Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:21.650Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:21.650Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:31.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:31.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:31.229Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:31.229Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:38.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:40.798Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:40.798Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:40.799Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:40.799Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:50.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:50.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:50.378Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:50.378Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:33:59.935Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:33:59.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:33:59.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:33:59.936Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:09.501Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:09.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:09.502Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:34:09.502Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:19.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:19.073Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:19.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:34:19.074Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:28.619Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:28.620Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:28.620Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:34:28.620Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:34:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:38.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:38.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:38.179Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:34:38.179Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:38.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:47.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:47.736Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:47.737Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:34:47.737Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:34:57.288Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:34:57.289Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:34:57.289Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:34:57.289Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:06.857Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:06.858Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:06.858Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:35:06.858Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:16.402Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:16.403Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:16.403Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:35:16.404Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:25.951Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:25.952Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:25.953Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:35:25.953Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:35:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:35.506Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:35.507Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:35.507Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:35:35.507Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:38.426Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:45.058Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:45.059Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:45.060Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:35:45.060Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:35:54.610Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:35:54.610Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:35:54.611Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:35:54.611Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:04.159Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:04.160Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:04.161Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:36:04.161Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:13.708Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:13.708Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:13.709Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:36:13.709Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:23.287Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:23.288Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:23.288Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:36:23.288Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:28.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:36:28.858Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:32.846Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:32.847Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:32.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:36:32.848Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:38.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:42.395Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:42.396Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:42.397Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:36:42.397Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:36:51.983Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:36:51.984Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:36:51.984Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:36:51.984Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:01.542Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:01.545Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:01.546Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:37:01.546Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:11.138Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:11.139Z||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-07-13T14:37:11.140Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:20.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:20.693Z||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-07-13T14:37:20.693Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:37:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:30.267Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:30.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:37:30.269Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:38.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:39.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:39.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:39.839Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:37:39.839Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:49.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:49.396Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:49.396Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:37:49.396Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:37:58.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:37:58.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:37:58.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:37:58.968Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:08.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:08.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:08.514Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:08.514Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:18.096Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:18.097Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:18.097Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:18.098Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:27.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:27.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:27.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:27.647Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:28.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:37.201Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:37.202Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:37.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:37.203Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:38.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:46.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:46.762Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:46.762Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:46.762Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:38:56.315Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:38:56.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:38:56.317Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:38:56.317Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:05.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:05.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:05.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:05.877Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:15.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:15.454Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:15.454Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:15.454Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:25.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:25.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:25.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:25.008Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:34.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:34.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:34.559Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:34.559Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:38.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:44.115Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:44.116Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:44.116Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:44.116Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:39:53.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:39:53.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:39:53.672Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:39:53.672Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:03.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:03.223Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:03.223Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:40:03.223Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:12.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:12.775Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:12.776Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:40:12.776Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:22.336Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:22.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:22.337Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:40:22.337Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:28.857Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:40:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:31.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:31.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:31.887Z||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-07-13T14:40:31.887Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:38.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:41.441Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:41.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:41.442Z||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-07-13T14:40:41.443Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:40:51.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:40:51.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:40:51.017Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:40:51.017Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:00.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:00.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:00.572Z||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-07-13T14:41:00.572Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:10.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:10.125Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:10.126Z||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-07-13T14:41:10.126Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:19.698Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:19.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:19.699Z||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-07-13T14:41:19.699Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:41:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:29.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:29.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:29.273Z||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-07-13T14:41:29.273Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:38.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:38.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:38.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:38.833Z||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-07-13T14:41:38.833Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:48.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:48.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:48.404Z||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-07-13T14:41:48.404Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:41:57.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:41:57.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:41:57.953Z||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-07-13T14:41:57.953Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:07.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:07.506Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:07.506Z||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-07-13T14:42:07.507Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:17.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:17.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:17.073Z||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-07-13T14:42:17.073Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:26.648Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:26.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:26.650Z||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-07-13T14:42:26.650Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:42:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:36.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:36.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:36.197Z||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-07-13T14:42:36.197Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:38.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:45.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:45.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:45.750Z||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-07-13T14:42:45.750Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:42:55.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:42:55.303Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:42:55.304Z||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-07-13T14:42:55.304Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:04.867Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:04.868Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:04.868Z||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-07-13T14:43:04.868Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:14.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:14.434Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:14.435Z||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-07-13T14:43:14.435Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:24.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:24.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:24.022Z||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-07-13T14:43:24.022Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:28.856Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:28.857Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?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-07-13T14:43:28.857Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:33.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:33.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:33.574Z||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-07-13T14:43:33.574Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:38.426Z|246e4391-e7d7-4416-be87-486794188d68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8515e85-5d74-43c7-9364-f9bc57cc9369/model-vers/model-ver/a074ce82-c16c-46ac-a841-1bce51eb79ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:43.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:43.126Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:43.127Z||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-07-13T14:43:43.127Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:43:52.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:43:52.688Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:43:52.688Z||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-07-13T14:43:52.689Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:02.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:02.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:02.274Z||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-07-13T14:44:02.274Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:11.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:11.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:11.826Z||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-07-13T14:44:11.826Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:21.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:21.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:21.394Z||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-07-13T14:44:21.394Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:28.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:44:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:30.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:30.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:30.986Z||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-07-13T14:44:30.986Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:38.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:40.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:40.543Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:40.544Z||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-07-13T14:44:40.544Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:50.106Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:50.107Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:50.108Z||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-07-13T14:44:50.108Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:44:59.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:44:59.691Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:44:59.692Z||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-07-13T14:44:59.693Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:45:09.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:45:09.237Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:45:09.237Z||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-07-13T14:45:09.238Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:45:18.788Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:45:18.789Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:45:18.790Z||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-07-13T14:45:18.790Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:45:28.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:45:28.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:45:28.359Z||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-07-13T14:45:28.359Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:45:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:45:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:45:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:45:37.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:45:37.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:45:37.905Z||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-07-13T14:45:37.905Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:45:38.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:45:47.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:46:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:46:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:46:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:46:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:46:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:46:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:46:38.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:46:38.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:47:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:47:28.835Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:47:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:47:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:47:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:47:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:47:38.394Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:47:38.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:48:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:48:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:48:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:48:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:48:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:48:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:48:38.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:48:38.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:49:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:49:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:49:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:49:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:49:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:49:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:49:38.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:49:38.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:50:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:50:28.835Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:50:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:50:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:50:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:50:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:50:38.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:50:38.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:51:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:51:28.837Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:51:28.838Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:51:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:51:28.856Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:51:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:51:38.405Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:51:38.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:52:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:52:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:52:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:52:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:52:28.856Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:52:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:52:38.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:52:38.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:53:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:53:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:53:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:53:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:53:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:53:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:53:38.391Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:53:38.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:54:28.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:54:28.835Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:54:28.835Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:54:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:54:28.857Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:54:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:54:38.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:54:38.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:55:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:55:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:55:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:55:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:55:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:55:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:55:38.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:55:38.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:56:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:56:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:56:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:56:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:56:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:56:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:56:38.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:56:38.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:57:28.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:57:28.837Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:57:28.838Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:57:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:57:28.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:57:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:57:38.394Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:57:38.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:58:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:58:28.837Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:58:28.838Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:58:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:58:28.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:58:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:58:38.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:58:38.437Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:59:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:59:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:59:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:59:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T14:59:28.856Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T14:59:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T14:59:38.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T14:59:38.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T15:00:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T15:00:28.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T15:00:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T15:00:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T15:00:28.857Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T15:00:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T15:00:38.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T15:00:38.432Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T15:01:28.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T15:01:28.833Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T15:01:28.834Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T15:01:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-13T15:01:28.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-13T15:01:28.857Z||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 zQR1GZ9NXeuw8J3O) ...
2022-07-13T15:01:38.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-13T15:01:38.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK